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

Unified Diff: chrome/test/base/interactive_test_utils_win.cc

Issue 569513003: Fix line endings (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/interactive_test_utils_win.cc
diff --git a/chrome/test/base/interactive_test_utils_win.cc b/chrome/test/base/interactive_test_utils_win.cc
index 232a85e62cb572f27cc6fcf5306c0061e51d72dc..ac8b042a10fa1016c64cc55b42d786cfcb4eac0b 100644
--- a/chrome/test/base/interactive_test_utils_win.cc
+++ b/chrome/test/base/interactive_test_utils_win.cc
@@ -50,8 +50,8 @@ bool ShowAndFocusNativeWindow(gfx::NativeWindow window) {
if (foreground_window == hwnd)
return true;
- wchar_t window_title[256];
- GetWindowText(foreground_window, window_title, arraysize(window_title));
+ wchar_t window_title[256];
+ GetWindowText(foreground_window, window_title, arraysize(window_title));
LOG(ERROR) << "ShowAndFocusNativeWindow failed. foreground window text: " <<
window_title;
return false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698