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

Unified Diff: components/sync_driver/model_associator.h

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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: components/sync_driver/model_associator.h
diff --git a/components/sync_driver/model_associator.h b/components/sync_driver/model_associator.h
index b7ec7b61e11b0e384c8f440a9d30f465b65154a7..0bc6d7af3c76a14ddbf4fcfe49b850c80421c865 100644
--- a/components/sync_driver/model_associator.h
+++ b/components/sync_driver/model_associator.h
@@ -15,7 +15,7 @@ class BaseNode;
class SyncMergeResult;
}
-namespace browser_sync {
+namespace sync_driver {
// This represents the fundamental operations used for model association that
// are common to all ModelAssociators and do not depend on types of the models
@@ -90,6 +90,6 @@ class PerDataTypeAssociatorInterface : public AssociatorInterface {
virtual void Disassociate(int64 sync_id) = 0;
};
-} // namespace browser_sync
+} // namespace sync_driver
#endif // COMPONENTS_SYNC_DRIVER_MODEL_ASSOCIATOR_H_
« no previous file with comments | « components/sync_driver/model_association_manager_unittest.cc ('k') | components/sync_driver/model_associator_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698