Index: components/bookmarks/browser/bookmark_model.h |
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h |
index e222790c4dc1a74035bc837566ef089f1e770ef0..50760c804766b570f7dd781a3955b118f4056f0e 100644 |
--- a/components/bookmarks/browser/bookmark_model.h |
+++ b/components/bookmarks/browser/bookmark_model.h |
@@ -416,7 +416,7 @@ class BookmarkModel : public KeyedService { |
int64 next_node_id_; |
// The observers. |
- ObserverList<BookmarkModelObserver> observers_; |
+ base::ObserverList<BookmarkModelObserver> observers_; |
// Set of nodes ordered by URL. This is not a map to avoid copying the |
// urls. |