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

Unified Diff: components/sync_bookmarks/bookmark_model_associator.h

Issue 2335193006: [Sync] Fix namespaces for the sync_bookmarks component. (Closed)
Patch Set: This is what I get for de-linting. Created 4 years, 3 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_bookmarks/bookmark_model_associator.h
diff --git a/components/sync_bookmarks/bookmark_model_associator.h b/components/sync_bookmarks/bookmark_model_associator.h
index d5201d375c384b916b9e8d3e7af0bee346a25021..dc0d65a4d5683b03d00880d472bdf3855b73b6be 100644
--- a/components/sync_bookmarks/bookmark_model_associator.h
+++ b/components/sync_bookmarks/bookmark_model_associator.h
@@ -44,7 +44,7 @@ namespace sync_driver {
class SyncClient;
}
-namespace browser_sync {
+namespace sync_bookmarks {
// Contains all model association related logic:
// * Algorithm to associate bookmark model and sync model.
@@ -310,6 +310,6 @@ class BookmarkModelAssociator
DISALLOW_COPY_AND_ASSIGN(BookmarkModelAssociator);
};
-} // namespace browser_sync
+} // namespace sync_bookmarks
#endif // COMPONENTS_SYNC_BOOKMARKS_BOOKMARK_MODEL_ASSOCIATOR_H_

Powered by Google App Engine
This is Rietveld 408576698