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

Unified Diff: chrome/browser/sync/backend_migrator.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address 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/abstract_profile_sync_service_test.cc ('k') | chrome/browser/sync/backend_migrator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/backend_migrator.h
diff --git a/chrome/browser/sync/backend_migrator.h b/chrome/browser/sync/backend_migrator.h
index 8e87d4bfd5c670580d1bd719051f362615a61776..cdc74f3fe0617704c3f71e4e8987da1c746e8726 100644
--- a/chrome/browser/sync/backend_migrator.h
+++ b/chrome/browser/sync/backend_migrator.h
@@ -15,9 +15,9 @@
class ProfileSyncService;
-namespace csync {
+namespace syncer {
struct UserShare;
-} // namespace csync
+} // namespace syncer
namespace browser_sync {
@@ -48,7 +48,7 @@ class BackendMigrator {
// TODO(akalin): Remove the dependency on |user_share|.
BackendMigrator(const std::string& name,
- csync::UserShare* user_share,
+ syncer::UserShare* user_share,
ProfileSyncService* service,
DataTypeManager* manager,
const base::Closure &migration_done_callback);
@@ -86,7 +86,7 @@ class BackendMigrator {
void OnConfigureDoneImpl(const DataTypeManager::ConfigureResult& result);
const std::string name_;
- csync::UserShare* user_share_;
+ syncer::UserShare* user_share_;
ProfileSyncService* service_;
DataTypeManager* manager_;
« no previous file with comments | « chrome/browser/sync/abstract_profile_sync_service_test.cc ('k') | chrome/browser/sync/backend_migrator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698