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

Unified Diff: components/sync_bookmarks/bookmark_data_type_controller.cc

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_data_type_controller.cc
diff --git a/components/sync_bookmarks/bookmark_data_type_controller.cc b/components/sync_bookmarks/bookmark_data_type_controller.cc
index 9f407c75fea92c174a66d18c9d40534da417f7e2..5d906d394df8dfdff28d33498f4bd3c94df56aaf 100644
--- a/components/sync_bookmarks/bookmark_data_type_controller.cc
+++ b/components/sync_bookmarks/bookmark_data_type_controller.cc
@@ -12,7 +12,7 @@
using bookmarks::BookmarkModel;
-namespace browser_sync {
+namespace sync_bookmarks {
BookmarkDataTypeController::BookmarkDataTypeController(
const base::Closure& dump_stack,
@@ -106,4 +106,4 @@ void BookmarkDataTypeController::HistoryServiceBeingDeleted(
CleanUpState();
}
-} // namespace browser_sync
+} // namespace sync_bookmarks

Powered by Google App Engine
This is Rietveld 408576698