| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 30285)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -485,9 +485,8 @@
|
| }
|
| }
|
|
|
| -bool AutomationProxy::OpenNewBrowserWindow(BrowserProxy::Type type,
|
| - bool show) {
|
| - if (type == BrowserProxy::TYPE_NORMAL)
|
| +bool AutomationProxy::OpenNewBrowserWindow(Browser::Type type, bool show) {
|
| + if (type == Browser::TYPE_NORMAL)
|
| return Send(new AutomationMsg_OpenNewBrowserWindow(0, show));
|
| return Send(
|
| new AutomationMsg_OpenNewBrowserWindowOfType(0, static_cast<int>(type),
|
|
|