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

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: . 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') | ash/system/locale/tray_locale.cc » ('J')
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..d716035f5f1dc1785d2e8070b493be0d73f365ac 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();
« no previous file with comments | « no previous file | ash/system/locale/tray_locale.cc » ('j') | ash/system/locale/tray_locale.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698