Chromium Code Reviews

Unified Diff: components/sync/driver/non_ui_model_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.
Jump to:
View side-by-side diff with in-line comments
Index: components/sync/driver/non_ui_model_type_controller.h
diff --git a/components/sync_driver/non_ui_model_type_controller.h b/components/sync/driver/non_ui_model_type_controller.h
similarity index 94%
rename from components/sync_driver/non_ui_model_type_controller.h
rename to components/sync/driver/non_ui_model_type_controller.h
index 1bb59971b20857a667f28f77dfcba5a20ed6b4f3..8462af2e9497fac108d49bf5d136034cb3d43590 100644
--- a/components/sync_driver/non_ui_model_type_controller.h
+++ b/components/sync/driver/non_ui_model_type_controller.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_SYNC_DRIVER_NON_UI_MODEL_TYPE_CONTROLLER_H_
#define COMPONENTS_SYNC_DRIVER_NON_UI_MODEL_TYPE_CONTROLLER_H_
-#include "components/sync_driver/non_blocking_data_type_controller.h"
+#include "components/sync/driver/non_blocking_data_type_controller.h"
namespace sync_driver {
class SyncClient;
« no previous file with comments | « components/sync/driver/non_ui_data_type_controller_unittest.cc ('k') | components/sync/driver/non_ui_model_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine