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

Unified Diff: components/bookmarks/test/mock_bookmark_model_observer.h

Issue 552643002: Move MockBookmarkModelObserver into bookmarks namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/bookmarks/test/mock_bookmark_model_observer.h
diff --git a/components/bookmarks/test/mock_bookmark_model_observer.h b/components/bookmarks/test/mock_bookmark_model_observer.h
index c502d0991a6c7ad37eb28ad751c0bb6b97da0068..25d323a2a25d02bacbf3cb0c63a3d184bb7afbe1 100644
--- a/components/bookmarks/test/mock_bookmark_model_observer.h
+++ b/components/bookmarks/test/mock_bookmark_model_observer.h
@@ -6,6 +6,8 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "url/gurl.h"
+namespace bookmarks {
+
class MockBookmarkModelObserver : public BookmarkModelObserver {
public:
MockBookmarkModelObserver();
@@ -40,3 +42,5 @@ class MockBookmarkModelObserver : public BookmarkModelObserver {
MOCK_METHOD2(BookmarkAllUserNodesRemoved, void(BookmarkModel*,
const std::set<GURL>&));
};
+
+} // namespace bookmarks
« no previous file with comments | « chrome/browser/bookmarks/chrome_bookmark_client_unittest.cc ('k') | components/bookmarks/test/mock_bookmark_model_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698