| Index: chrome/browser/printing/print_dialog_cloud.cc
|
| diff --git a/chrome/browser/printing/print_dialog_cloud.cc b/chrome/browser/printing/print_dialog_cloud.cc
|
| index d82a155f813f85f152cb01e966fc5fbf02939a73..7e653e0be99f56e3050daa32873267d0a66b647a 100644
|
| --- a/chrome/browser/printing/print_dialog_cloud.cc
|
| +++ b/chrome/browser/printing/print_dialog_cloud.cc
|
| @@ -22,7 +22,7 @@
|
| #include "chrome/common/print_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/browser_thread.h"
|
| -#include "content/browser/debugger/devtools_manager.h"
|
| +#include "content/browser/debugger/devtools_window.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| @@ -316,7 +316,7 @@ void CloudPrintFlowHandler::ShowDebugger() {
|
| if (web_ui_) {
|
| RenderViewHost* rvh = web_ui_->tab_contents()->render_view_host();
|
| if (rvh)
|
| - DevToolsManager::GetInstance()->OpenDevToolsWindow(rvh);
|
| + DevToolsWindow::OpenDevToolsWindow(rvh);
|
| }
|
| }
|
|
|
|
|