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

Unified Diff: content/test/accessibility_browser_test_utils.h

Issue 565013003: Changing the order of initialization WeakPtrFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolving the build error 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 | « content/shell/renderer/ipc_echo.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/accessibility_browser_test_utils.h
diff --git a/content/test/accessibility_browser_test_utils.h b/content/test/accessibility_browser_test_utils.h
index 6f3e69cb4161a92a653d449afe3419b3f4717907..52e2b1863c9fb5f0ab5e23ec6bf80d72c181ac68 100644
--- a/content/test/accessibility_browser_test_utils.h
+++ b/content/test/accessibility_browser_test_utils.h
@@ -57,9 +57,10 @@ class AccessibilityNotificationWaiter {
RenderFrameHostImpl* frame_host_;
ui::AXEvent event_to_wait_for_;
scoped_refptr<MessageLoopRunner> loop_runner_;
- base::WeakPtrFactory<AccessibilityNotificationWaiter> weak_factory_;
int event_target_id_;
+ base::WeakPtrFactory<AccessibilityNotificationWaiter> weak_factory_;
+
DISALLOW_COPY_AND_ASSIGN(AccessibilityNotificationWaiter);
};
« no previous file with comments | « content/shell/renderer/ipc_echo.cc ('k') | content/test/accessibility_browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698