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

Unified Diff: chrome/browser/ui/browser_command_controller.h

Issue 11308259: chrome: Extract CommandUpdaterDelegate into its own header file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FakeCommandObserver Created 8 years, 1 month 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/ui/browser_command_controller.h
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
index 1d8e96c4f4605baa3f69032ba506411ef9524b2d..11df3dd63f007114efa101f26a123f3cfe5eb056 100644
--- a/chrome/browser/ui/browser_command_controller.h
+++ b/chrome/browser/ui/browser_command_controller.h
@@ -9,6 +9,7 @@
#include "base/prefs/public/pref_observer.h"
#include "chrome/browser/api/sync/profile_sync_service_observer.h"
#include "chrome/browser/command_updater.h"
+#include "chrome/browser/command_updater_delegate.h"
#include "chrome/browser/sessions/tab_restore_service_observer.h"
#include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
#include "content/public/browser/notification_observer.h"
@@ -26,7 +27,7 @@ struct NativeWebKeyboardEvent;
namespace chrome {
-class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
+class BrowserCommandController : public CommandUpdaterDelegate,
public content::NotificationObserver,
public PrefObserver,
public TabStripModelObserver,
@@ -78,7 +79,7 @@ class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
FULLSCREEN_METRO_SNAP,
};
- // Overridden from CommandUpdater::CommandUpdaterDelegate:
+ // Overridden from CommandUpdaterDelegate:
virtual void ExecuteCommandWithDisposition(
int id,
WindowOpenDisposition disposition) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698