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

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

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments 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
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index e445db1b02db074daacba6b90d86e455b18fba05..88a0942ca29d31b1cbc9d7406e3a431e51296940 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -57,7 +57,7 @@ class DataTypeManagerImpl : public DataTypeManager,
// Stops all data types.
void FinishStop();
void Abort(ConfigureStatus status,
- const SyncError& error);
+ const csync::SyncError& error);
// If there's a pending reconfigure, processes it and returns true.
// Otherwise, returns false.
@@ -115,7 +115,7 @@ class DataTypeManagerImpl : public DataTypeManager,
// Collects the list of errors resulting from failing to start a type. This
// would eventually be sent to the listeners after all the types have
// been given a chance to start.
- std::list<SyncError> failed_datatypes_info_;
+ std::list<csync::SyncError> failed_datatypes_info_;
ModelAssociationManager model_association_manager_;
DISALLOW_COPY_AND_ASSIGN(DataTypeManagerImpl);
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698