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

Unified Diff: chrome/browser/profiles/bookmark_model_loaded_observer.h

Issue 740423002: bookmarks: Move BaseBookmarkModelObserver into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: chrome/browser/profiles/bookmark_model_loaded_observer.h
diff --git a/chrome/browser/profiles/bookmark_model_loaded_observer.h b/chrome/browser/profiles/bookmark_model_loaded_observer.h
index e96bffda7e48ea5220ea9c9d6a739130349c4338..3484bda7a3a8950c3b62a5d5c67841722c35db19 100644
--- a/chrome/browser/profiles/bookmark_model_loaded_observer.h
+++ b/chrome/browser/profiles/bookmark_model_loaded_observer.h
@@ -11,7 +11,8 @@
class Profile;
-class BookmarkModelLoadedObserver : public BaseBookmarkModelObserver {
+class BookmarkModelLoadedObserver
+ : public bookmarks::BaseBookmarkModelObserver {
public:
explicit BookmarkModelLoadedObserver(Profile* profile);
« no previous file with comments | « chrome/browser/importer/external_process_importer_host.h ('k') | chrome/browser/sync/glue/bookmark_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698