Index: chrome/browser/ui/gtk/browser_titlebar.h |
diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h |
index 3fcfb4db6a59c72bdbdea6f1f4a0a4c279b80672..42d655aa0be6523fde758b7812d1baa5327bc6b9 100644 |
--- a/chrome/browser/ui/gtk/browser_titlebar.h |
+++ b/chrome/browser/ui/gtk/browser_titlebar.h |
@@ -19,7 +19,7 @@ |
#include "content/public/browser/notification_registrar.h" |
#include "ui/base/gtk/gtk_signal.h" |
#include "ui/base/models/simple_menu_model.h" |
-#include "ui/base/x/active_window_watcher_x.h" |
+#include "ui/base/x/active_window_watcher_x_observer.h" |
class AvatarMenuButtonGtk; |
class BrowserWindowGtk; |
@@ -30,7 +30,7 @@ class PopupPageMenuModel; |
class TabContents; |
class BrowserTitlebar : public content::NotificationObserver, |
- public ui::ActiveWindowWatcherX::Observer, |
+ public ui::ActiveWindowWatcherXObserver, |
public ui::SimpleMenuModel::Delegate { |
public: |
// A default button order string for when we aren't asking gconf for the |
@@ -176,7 +176,7 @@ class BrowserTitlebar : public content::NotificationObserver, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
- // Overriden from ActiveWindowWatcher::Observer. |
+ // Overriden from ActiveWindowWatcherX::Observer. |
virtual void ActiveWindowChanged(GdkWindow* active_window); |
sky
2011/11/21 23:50:32
OVERRIDE
prasadt
2011/11/22 00:46:34
Done.
|
bool IsTypePanel(); |