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

Unified Diff: components/browser_watcher/window_hang_monitor_win_unittest.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 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 | « components/browser_watcher/window_hang_monitor_win.cc ('k') | components/crash/tools/crash_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/window_hang_monitor_win_unittest.cc
diff --git a/components/browser_watcher/window_hang_monitor_win_unittest.cc b/components/browser_watcher/window_hang_monitor_win_unittest.cc
index 56419561483a2488957d82a64221581dbce23e40..f884e09025cd1e04669a5140198ae462190d5a4f 100644
--- a/components/browser_watcher/window_hang_monitor_win_unittest.cc
+++ b/components/browser_watcher/window_hang_monitor_win_unittest.cc
@@ -46,8 +46,8 @@ class HangMonitorThread {
public:
// Instantiates the background thread.
HangMonitorThread()
- : event_received_(false, false),
- event_(WindowHangMonitor::WINDOW_NOT_FOUND),
+ : event_(WindowHangMonitor::WINDOW_NOT_FOUND),
+ event_received_(false, false),
thread_("HangMonitorThread") {}
~HangMonitorThread() {
« no previous file with comments | « components/browser_watcher/window_hang_monitor_win.cc ('k') | components/crash/tools/crash_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698