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

Unified Diff: ash/shell.h

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 | « ash/shelf/shelf_view.h ('k') | ash/system/chromeos/network/vpn_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index cb46540be67024994d76283a444bec82bd950b68..41af348f206982aa7d3e860e84589eee0c93a6e8 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -757,7 +757,7 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
::wm::CursorManager cursor_manager_;
#endif // defined(OS_CHROMEOS)
- ObserverList<ShellObserver> observers_;
+ base::ObserverList<ShellObserver> observers_;
// For testing only: simulate that a modal window is open
bool simulate_modal_window_open_for_testing_;
« no previous file with comments | « ash/shelf/shelf_view.h ('k') | ash/system/chromeos/network/vpn_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698