| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 11111)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -395,7 +395,8 @@
|
|
|
| if (!SendWithTimeout(new AutomationMsg_LastActiveBrowserWindow(
|
| 0, &handle), command_execution_timeout_ms(), NULL)) {
|
| - DLOG(ERROR) << "GetLastActiveBrowserWindow did not complete in a timely fashion";
|
| + DLOG(ERROR) <<
|
| + "GetLastActiveBrowserWindow did not complete in a timely fashion";
|
| return NULL;
|
| }
|
|
|
|
|