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

Unified Diff: ash/system/locale/tray_locale.h

Issue 10443004: Move common notification layout to base class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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
« no previous file with comments | « no previous file | ash/system/locale/tray_locale.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/locale/tray_locale.h
diff --git a/ash/system/locale/tray_locale.h b/ash/system/locale/tray_locale.h
index c0d114cc30ddfd09d9ba1b8f7b4ca1bdbd098ff6..230ba7b30684e0b08ae135bc6ec9fdf559585e42 100644
--- a/ash/system/locale/tray_locale.h
+++ b/ash/system/locale/tray_locale.h
@@ -9,7 +9,7 @@
#include <string>
#include "ash/system/locale/locale_observer.h"
-#include "ash/system/tray/tray_image_item.h"
+#include "ash/system/tray/system_tray_item.h"
namespace ash {
namespace internal {
@@ -18,7 +18,7 @@ namespace tray {
class LocaleNotificationView;
}
-class TrayLocale : public TrayImageItem,
+class TrayLocale : public SystemTrayItem,
public LocaleObserver {
public:
TrayLocale();
@@ -26,7 +26,6 @@ class TrayLocale : public TrayImageItem,
private:
// Overridden from TrayImageItem.
- virtual bool GetInitialVisibility() OVERRIDE;
virtual views::View* CreateNotificationView(
user::LoginStatus status) OVERRIDE;
virtual void DestroyNotificationView() OVERRIDE;
« no previous file with comments | « no previous file | ash/system/locale/tray_locale.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698