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

Unified Diff: components/sync/driver/data_type_manager.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
« no previous file with comments | « components/sync/driver/data_type_encryption_handler.cc ('k') | components/sync/driver/data_type_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/data_type_manager.h
diff --git a/components/sync_driver/data_type_manager.h b/components/sync/driver/data_type_manager.h
similarity index 88%
rename from components/sync_driver/data_type_manager.h
rename to components/sync/driver/data_type_manager.h
index 75747fc276a7b57c33085996f89b29987b6f3c8c..ecf2c67479e12b2392f744c6ea75b7f41616238d 100644
--- a/components/sync_driver/data_type_manager.h
+++ b/components/sync/driver/data_type_manager.h
@@ -12,8 +12,8 @@
#include "components/sync/api/sync_error.h"
#include "components/sync/base/model_type.h"
#include "components/sync/core/configure_reason.h"
-#include "components/sync_driver/data_type_controller.h"
-#include "components/sync_driver/data_type_status_table.h"
+#include "components/sync/driver/data_type_controller.h"
+#include "components/sync/driver/data_type_status_table.h"
namespace sync_driver {
@@ -22,12 +22,12 @@ namespace sync_driver {
class DataTypeManager {
public:
enum State {
- STOPPED, // No data types are currently running.
- CONFIGURING, // Data types are being started.
- RETRYING, // Retrying a pending reconfiguration.
+ STOPPED, // No data types are currently running.
+ CONFIGURING, // Data types are being started.
+ RETRYING, // Retrying a pending reconfiguration.
- CONFIGURED, // All enabled data types are running.
- STOPPING // Data types are being stopped.
+ CONFIGURED, // All enabled data types are running.
+ STOPPING // Data types are being stopped.
};
// Update NotifyDone() in data_type_manager_impl.cc if you update
« no previous file with comments | « components/sync/driver/data_type_encryption_handler.cc ('k') | components/sync/driver/data_type_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698