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

Unified Diff: chrome/browser/extensions/extension_web_ui.h

Issue 8416036: bookmarks: Rename ExtensionBookmarkManagerEventRouter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/extensions/extension_web_ui.h
diff --git a/chrome/browser/extensions/extension_web_ui.h b/chrome/browser/extensions/extension_web_ui.h
index f16f8078a53d1c9f56ee07cf9ad51d8b34e8c0a6..c477f407230716f1ea084b7e0cc9d1817f639f3c 100644
--- a/chrome/browser/extensions/extension_web_ui.h
+++ b/chrome/browser/extensions/extension_web_ui.h
@@ -37,8 +37,8 @@ class ExtensionWebUI : public ChromeWebUI {
virtual ~ExtensionWebUI();
- virtual ExtensionBookmarkManagerEventRouter*
- extension_bookmark_manager_event_router();
+ virtual BookmarkManagerExtensionEventRouter*
+ bookmark_manager_extension_event_router();
// BrowserURLHandler
static bool HandleChromeURLOverride(GURL* url,
@@ -75,8 +75,8 @@ class ExtensionWebUI : public ChromeWebUI {
// TODO(aa): This seems out of place. Why is it not with the event routers for
// the other extension APIs?
- scoped_ptr<ExtensionBookmarkManagerEventRouter>
- extension_bookmark_manager_event_router_;
+ scoped_ptr<BookmarkManagerExtensionEventRouter>
+ bookmark_manager_extension_event_router_;
// The URL this WebUI was created for.
GURL url_;
« no previous file with comments | « chrome/browser/bookmarks/bookmark_manager_extension_api.cc ('k') | chrome/browser/extensions/extension_web_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698