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

Unified Diff: chrome/browser/sync/glue/data_type_manager.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
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 cc7e8862b6e5eef4ed9513cfa45cff63bab842c1..fa4194b161bbb7c3c24e7df34e097f2a38f4f5b6 100644
--- a/chrome/browser/sync/glue/data_type_manager.h
+++ b/chrome/browser/sync/glue/data_type_manager.h
@@ -59,14 +59,14 @@ class DataTypeManager {
TypeSet requested_types);
ConfigureResult(ConfigureStatus status,
TypeSet requested_types,
- const std::list<SyncError>& failed_data_types,
+ const std::list<csync::SyncError>& failed_data_types,
syncable::ModelTypeSet waiting_to_start);
~ConfigureResult();
ConfigureStatus status;
TypeSet requested_types;
// These types encountered a failure in association.
- std::list<SyncError> failed_data_types;
+ std::list<csync::SyncError> failed_data_types;
// List of types that failed to start association with in our alloted
// time period(see kDataTypeLoadWaitTimeInSeconds). We move
« 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