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

Unified Diff: content/browser/browsing_data/browsing_data_filter_builder_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
« no previous file with comments | « content/browser/browsing_data/browsing_data_filter_builder_impl.cc ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc b/content/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
similarity index 99%
rename from chrome/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
rename to content/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
index 43efc6509b69cdd544840181d996c43e553fb5d9..470c9a8dbbdaeab06d761eae06ba1854a666c88b 100644
--- a/chrome/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
+++ b/content/browser/browsing_data/browsing_data_filter_builder_impl_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/browsing_data/browsing_data_filter_builder_impl.h"
+#include "content/browser/browsing_data/browsing_data_filter_builder_impl.h"
#include <algorithm>
#include <memory>
@@ -15,7 +15,10 @@
#include "url/gurl.h"
#include "url/origin.h"
+namespace content {
+
namespace {
+
const char kGoogleDomain[] = "google.com";
// sp.nom.br is an eTLD, so this is a regular valid registrable domain, just
// like google.com.
@@ -544,3 +547,5 @@ TEST(BrowsingDataFilterBuilderImplTest, CombinedBlacklist) {
for (TestCase test_case : test_cases)
RunTestCase(test_case, filter);
}
+
+} // namespace content
« no previous file with comments | « content/browser/browsing_data/browsing_data_filter_builder_impl.cc ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698