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

Unified Diff: components/sync_bookmarks/bookmark_change_processor.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_change_processor.h
diff --git a/components/sync_bookmarks/bookmark_change_processor.h b/components/sync_bookmarks/bookmark_change_processor.h
index bcb6e6fcd55a1a69e08ca0dc032bf34452083bc0..d0a015f443e3ca17cea5e718819e0903c2ec4035 100644
--- a/components/sync_bookmarks/bookmark_change_processor.h
+++ b/components/sync_bookmarks/bookmark_change_processor.h
@@ -35,7 +35,7 @@ namespace sync_driver {
class SyncClient;
}
-namespace browser_sync {
+namespace sync_bookmarks {
// This class is responsible for taking changes from the BookmarkModel
// and applying them to the sync API 'syncable' model, and vice versa.
@@ -258,6 +258,6 @@ class BookmarkChangeProcessor : public bookmarks::BookmarkModelObserver,
DISALLOW_COPY_AND_ASSIGN(BookmarkChangeProcessor);
};
-} // namespace browser_sync
+} // namespace sync_bookmarks
#endif // COMPONENTS_SYNC_BOOKMARKS_BOOKMARK_CHANGE_PROCESSOR_H_

Powered by Google App Engine
This is Rietveld 408576698