Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1596)

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc

Issue 2657453006: Move BrowsingDataFilterBuilder[Impl] to content/ (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc b/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
index caedff9c83fdd1f6c7f1f9ff36a2a9a9b28d7fb3..75acf791a7ceeea8ac5725abcc17bd3bf7826a15 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_impl_unittest.cc
@@ -28,7 +28,6 @@
#include "base/threading/thread_task_runner_handle.h"
#include "base/time/time.h"
#include "build/build_config.h"
-#include "chrome/browser/browsing_data/browsing_data_filter_builder.h"
#include "chrome/browser/browsing_data/browsing_data_helper.h"
#include "chrome/browser/browsing_data/browsing_data_remover.h"
#include "chrome/browser/browsing_data/browsing_data_remover_factory.h"
@@ -36,6 +35,7 @@
#include "chrome/browser/browsing_data/browsing_data_remover_test_util.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/browser_context.h"
+#include "content/public/browser/browsing_data_filter_builder.h"
#include "content/public/browser/cookie_store_factory.h"
#include "content/public/browser/dom_storage_context.h"
#include "content/public/browser/local_storage_usage_info.h"
@@ -67,6 +67,7 @@ class MockExtensionSpecialStoragePolicy;
using content::BrowserThread;
using content::BrowserContext;
+using content::BrowsingDataFilterBuilder;
using content::StoragePartition;
using testing::_;
using testing::ByRef;

Powered by Google App Engine
This is Rietveld 408576698