| 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
|
|
|