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

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

Issue 865163003: bookmarks: Move BookmarkNode into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enhanced_bookmarks fix Created 5 years, 10 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/bookmark_test_helpers.h
diff --git a/components/bookmarks/test/bookmark_test_helpers.h b/components/bookmarks/test/bookmark_test_helpers.h
index aeffd425619cff3dcb8eabf4b536c85d3a1edb91..d1230afa311149e9ba51b58822131b5d02214968 100644
--- a/components/bookmarks/test/bookmark_test_helpers.h
+++ b/components/bookmarks/test/bookmark_test_helpers.h
@@ -7,10 +7,10 @@
#include <string>
-class BookmarkNode;
-
namespace bookmarks {
+
class BookmarkModel;
+class BookmarkNode;
namespace test {

Powered by Google App Engine
This is Rietveld 408576698