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

Unified Diff: win8/test/ui_automation_client.cc

Issue 357583002: __FUNCTION__ cannot concatenate with constant strings in all compilers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « win8/test/open_with_dialog_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/test/ui_automation_client.cc
diff --git a/win8/test/ui_automation_client.cc b/win8/test/ui_automation_client.cc
index 6af9bc402ef59f29c546287d79a63d8764fbdf96..153b917bd6a921347251b425cec1c3cea2b855a6 100644
--- a/win8/test/ui_automation_client.cc
+++ b/win8/test/ui_automation_client.cc
@@ -321,7 +321,7 @@ void UIAutomationClient::Context::HandleWindowOpen(
}
if (V_VT(&var) != VT_BSTR) {
- LOG(ERROR) << __FUNCTION__ " class name is not a BSTR: " << V_VT(&var);
+ LOG(ERROR) << __FUNCTION__ << " class name is not a BSTR: " << V_VT(&var);
return;
}
« no previous file with comments | « win8/test/open_with_dialog_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698