From e92c5fcdfc5ff26ade4b12cdb7fe2a7b17e611ce Mon Sep 17 00:00:00 2001 From: pilgrim Date: Wed, 10 Sep 2014 16:31:23 -0700 Subject: 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} --- content/browser/storage_partition_impl_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/storage_partition_impl_unittest.cc') 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 { -- cgit v1.1