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

Unified Diff: chrome/browser/undo/bookmark_renumber_observer.h

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 years, 8 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: chrome/browser/undo/bookmark_renumber_observer.h
diff --git a/chrome/browser/undo/bookmark_renumber_observer.h b/chrome/browser/undo/bookmark_renumber_observer.h
index e539198647b1711066cabd8afec6b63c96cccf23..19f0774fe762f09a850ffe0d058e2b9c81641192 100644
--- a/chrome/browser/undo/bookmark_renumber_observer.h
+++ b/chrome/browser/undo/bookmark_renumber_observer.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_UNDO_BOOKMARK_RENUMBER_OBSERVER_H_
#define CHROME_BROWSER_UNDO_BOOKMARK_RENUMBER_OBSERVER_H_
+#include "base/basictypes.h"
+
class BookmarkRenumberObserver {
public:
// Invoked when a bookmark id has been renumbered so that any
« no previous file with comments | « chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc ('k') | chrome/browser/undo/bookmark_undo_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698