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

Unified Diff: ui/views/focus/focus_manager.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
Index: ui/views/focus/focus_manager.h
diff --git a/ui/views/focus/focus_manager.h b/ui/views/focus/focus_manager.h
index 1f48744213c76f20a066fee99af63791a9c69f9b..e31b8e65fbc1bc49a841135aa6adf98e2854b9a7 100644
--- a/ui/views/focus/focus_manager.h
+++ b/ui/views/focus/focus_manager.h
@@ -150,7 +150,8 @@ class FocusManager {
void DisableNotifications() { enabled_ = false; }
private:
- WidgetFocusManager() : enabled_(true) {}
+ WidgetFocusManager();
+ ~WidgetFocusManager();
typedef std::vector<WidgetFocusChangeListener*>
WidgetFocusChangeListenerList;

Powered by Google App Engine
This is Rietveld 408576698