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

Unified Diff: chrome/browser/sync/glue/data_type_manager.h

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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/sync/glue/data_type_manager.h
diff --git a/chrome/browser/sync/glue/data_type_manager.h b/chrome/browser/sync/glue/data_type_manager.h
index db2ec3c38093d82e24bd43706ef184197a7be8f1..1c0fecbf3719801f06b32e39d8d613455398ca0c 100644
--- a/chrome/browser/sync/glue/data_type_manager.h
+++ b/chrome/browser/sync/glue/data_type_manager.h
@@ -50,7 +50,7 @@ class DataTypeManager {
UNRECOVERABLE_ERROR // We got an unrecoverable error during startup.
};
- typedef syncable::ModelTypeSet TypeSet;
+ typedef syncer::ModelTypeSet TypeSet;
// Note: |errors| is only filled when status is not OK.
struct ConfigureResult {
@@ -60,7 +60,7 @@ class DataTypeManager {
ConfigureResult(ConfigureStatus status,
TypeSet requested_types,
const std::list<syncer::SyncError>& failed_data_types,
- syncable::ModelTypeSet waiting_to_start);
+ syncer::ModelTypeSet waiting_to_start);
~ConfigureResult();
ConfigureStatus status;
TypeSet requested_types;
@@ -73,7 +73,7 @@ class DataTypeManager {
// forward here and allow these types to continue loading in the
// background. When these types are loaded DataTypeManager will
// be informed and another configured cycle will be started.
- syncable::ModelTypeSet waiting_to_start;
+ syncer::ModelTypeSet waiting_to_start;
};
virtual ~DataTypeManager() {}
« no previous file with comments | « chrome/browser/sync/glue/data_type_error_handler_mock.h ('k') | chrome/browser/sync/glue/data_type_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698