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

Unified Diff: components/bookmarks/core/browser/bookmark_storage.h

Issue 277893002: Cleaned up includes and unused declarations in the bookmarks component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/core/browser/bookmark_storage.h
diff --git a/components/bookmarks/core/browser/bookmark_storage.h b/components/bookmarks/core/browser/bookmark_storage.h
index 05e42060e671ba029923fdeb407410a631e2b33e..4e0cd24904227856d42294bd964740f61938fe80 100644
--- a/components/bookmarks/core/browser/bookmark_storage.h
+++ b/components/bookmarks/core/browser/bookmark_storage.h
@@ -18,10 +18,6 @@ namespace base {
class SequencedTaskRunner;
}
-namespace content {
-class BrowserContext;
blundell 2014/05/09 10:02:11 :)
-}
-
// BookmarkLoadDetails is used by BookmarkStorage when loading bookmarks.
// BookmarkModel creates a BookmarkLoadDetails and passes it (including
// ownership) to BookmarkStorage. BookmarkStorage loads the bookmarks (and

Powered by Google App Engine
This is Rietveld 408576698