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

Unified Diff: ash/wm/video_detector.cc

Issue 14305026: ash: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/wm/activation_controller.cc ('k') | ash/wm/workspace/colored_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/video_detector.cc
diff --git a/ash/wm/video_detector.cc b/ash/wm/video_detector.cc
index 16f666a0b6da1326d9289fa5e1d0a4cff08b36a0..330885d89c507b91e4e19d324994206f00f1b68f 100644
--- a/ash/wm/video_detector.cc
+++ b/ash/wm/video_detector.cc
@@ -53,7 +53,7 @@ class VideoDetector::WindowInfo {
};
VideoDetector::VideoDetector()
- : ALLOW_THIS_IN_INITIALIZER_LIST(observer_manager_(this)),
+ : observer_manager_(this),
is_shutting_down_(false) {
aura::Env::GetInstance()->AddObserver(this);
Shell::GetInstance()->AddShellObserver(this);
« no previous file with comments | « ash/wm/activation_controller.cc ('k') | ash/wm/workspace/colored_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698