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

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

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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/hosted_apps_counter_unittest.cc
diff --git a/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc b/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
index c3b362535caf8ef1322f650f8d602ac34c346be7..4bbe961dc5094d73ca689def4cff98700507214f 100644
--- a/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
+++ b/chrome/browser/browsing_data/hosted_apps_counter_unittest.cc
@@ -13,8 +13,8 @@
#include "base/guid.h"
#include "base/values.h"
#include "chrome/test/base/testing_profile.h"
-#include "components/browsing_data/browsing_data_utils.h"
-#include "components/browsing_data/pref_names.h"
+#include "components/browsing_data/core/browsing_data_utils.h"
+#include "components/browsing_data/core/pref_names.h"
#include "components/crx_file/id_util.h"
#include "components/prefs/pref_service.h"
#include "extensions/browser/extension_registry.h"
« no previous file with comments | « chrome/browser/browsing_data/hosted_apps_counter.cc ('k') | chrome/browser/browsing_data/media_licenses_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698