| 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
|
|
|