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

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

Issue 11415014: Stop using shell::GetInstance()->system_tray() in system tray items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix single-letter typo :(. 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
« no previous file with comments | « ash/system/ime/tray_ime.cc ('k') | 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 a78f2b381887b7d4f71b16c8bde32be9594908f6..d4a6611fbabe532f1422da84a37fa0a63ec1cba7 100644
--- a/ash/system/locale/tray_locale.h
+++ b/ash/system/locale/tray_locale.h
@@ -20,7 +20,7 @@ class LocaleNotificationView;
class TrayLocale : public SystemTrayItem,
public LocaleObserver {
public:
- TrayLocale();
+ explicit TrayLocale(SystemTray* system_tray);
virtual ~TrayLocale();
private:
« no previous file with comments | « ash/system/ime/tray_ime.cc ('k') | ash/system/locale/tray_locale.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698