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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 566863003: Declaring the weak_ptr_factory in proper order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index 1af745358ac3d28951a84211fc803bffac94c317..56f962b34c08ae8d5e903132a0fbaed50504d804 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -273,8 +273,6 @@ class AccessibilityManager
ash::AccessibilityNotificationVisibility spoken_feedback_notification_;
- base::WeakPtrFactory<AccessibilityManager> weak_ptr_factory_;
-
bool should_speak_chrome_vox_announcements_on_user_screen_;
bool system_sounds_enabled_;
@@ -287,6 +285,8 @@ class AccessibilityManager
bool braille_ime_current_;
+ base::WeakPtrFactory<AccessibilityManager> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(AccessibilityManager);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698