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

Unified Diff: ash/system/ime/tray_ime.h

Issue 10269017: Remove scoped_ptr for system tray views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « ash/system/date/tray_date.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/ime/tray_ime.h
diff --git a/ash/system/ime/tray_ime.h b/ash/system/ime/tray_ime.h
index 452e890a186b09222db60bc4d159431873b82ccd..36f036a9be8cd32f8e037a8105dcb58a3e76d0f0 100644
--- a/ash/system/ime/tray_ime.h
+++ b/ash/system/ime/tray_ime.h
@@ -8,7 +8,6 @@
#include "ash/system/ime/ime_observer.h"
#include "ash/system/tray/system_tray_item.h"
-#include "base/memory/scoped_ptr.h"
namespace views {
class Label;
@@ -48,9 +47,9 @@ class TrayIME : public SystemTrayItem,
// Overridden from IMEObserver.
virtual void OnIMERefresh() OVERRIDE;
- scoped_ptr<TrayItemView> tray_label_;
- scoped_ptr<tray::IMEDefaultView> default_;
- scoped_ptr<tray::IMEDetailedView> detailed_;
+ TrayItemView* tray_label_;
+ tray::IMEDefaultView* default_;
+ tray::IMEDetailedView* detailed_;
DISALLOW_COPY_AND_ASSIGN(TrayIME);
};
« no previous file with comments | « ash/system/date/tray_date.cc ('k') | ash/system/ime/tray_ime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698