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

Unified Diff: components/history/core/browser/typed_url_data_type_controller.h

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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: components/history/core/browser/typed_url_data_type_controller.h
diff --git a/components/history/core/browser/typed_url_data_type_controller.h b/components/history/core/browser/typed_url_data_type_controller.h
index 9e84a35d6a36eab7a1773d1fe22ef719ba81e6bf..92dd02760aee14d398b3dad37b179a8a625d5a8d 100644
--- a/components/history/core/browser/typed_url_data_type_controller.h
+++ b/components/history/core/browser/typed_url_data_type_controller.h
@@ -12,8 +12,8 @@
#include "base/memory/ref_counted.h"
#include "base/task/cancelable_task_tracker.h"
#include "components/prefs/pref_change_registrar.h"
-#include "components/sync_driver/non_ui_data_type_controller.h"
-#include "components/sync_driver/sync_api_component_factory.h"
+#include "components/sync/driver/non_ui_data_type_controller.h"
+#include "components/sync/driver/sync_api_component_factory.h"
namespace history {
class HistoryBackend;

Powered by Google App Engine
This is Rietveld 408576698