commit | e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce | [log] [tgz] |
---|---|---|
author | pilgrim <[email protected]> | Wed Sep 10 23:31:23 2014 |
committer | Commit bot <[email protected]> | Wed Sep 10 23:33:19 2014 |
tree | 97dbf27c14787cf67de8e639bc1a19524d2a51dc | |
parent | df01991ea10e2d19a684e9a212a8b4390005ea64 [diff] [blame] |
Remove webkit/browser/, point everything to storage/browser/ instead BUG=338338 [email protected] Review URL: https://codereview.chromium.org/559063002 Cr-Commit-Position: refs/heads/master@{#294258}
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc index b44449e..8145d52 100644 --- a/content/browser/storage_partition_impl_unittest.cc +++ b/content/browser/storage_partition_impl_unittest.cc
@@ -20,8 +20,8 @@ #include "net/cookies/cookie_monster.h" #include "net/url_request/url_request_context.h" #include "net/url_request/url_request_context_getter.h" +#include "storage/browser/quota/quota_manager.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webkit/browser/quota/quota_manager.h" namespace content { namespace {