diff options
author | pilgrim <pilgrim@chromium.org> | 2014-09-10 16:31:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-10 23:33:19 +0000 |
commit | e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce (patch) | |
tree | 97dbf27c14787cf67de8e639bc1a19524d2a51dc /content/browser/storage_partition_impl_unittest.cc | |
parent | df01991ea10e2d19a684e9a212a8b4390005ea64 (diff) | |
download | chromium_src-e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce.zip chromium_src-e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce.tar.gz chromium_src-e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce.tar.bz2 |
Remove webkit/browser/, point everything to storage/browser/ instead
BUG=338338
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/559063002
Cr-Commit-Position: refs/heads/master@{#294258}
Diffstat (limited to 'content/browser/storage_partition_impl_unittest.cc')
-rw-r--r-- | content/browser/storage_partition_impl_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |