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

Unified Diff: win8/metro_driver/ime/input_source.cc

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 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 | « ui/wm/core/transient_window_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/ime/input_source.cc
diff --git a/win8/metro_driver/ime/input_source.cc b/win8/metro_driver/ime/input_source.cc
index c734ad2df509ff6a839bf88a4f7f55578907f0c7..17d36bfb4bd80cbdd98342fb4ba64daf07149a90 100644
--- a/win8/metro_driver/ime/input_source.cc
+++ b/win8/metro_driver/ime/input_source.cc
@@ -126,7 +126,7 @@ class InputSourceImpl : public InputSource {
base::win::ScopedComPtr<ITfInputProcessorProfileMgr> profile_manager_;
scoped_refptr<InputSourceMonitor> monitor_;
- ObserverList<InputSourceObserver> observer_list_;
+ base::ObserverList<InputSourceObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(InputSourceImpl);
};
« no previous file with comments | « ui/wm/core/transient_window_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698