| Index: chrome/browser/chrome_browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.cc (revision 113260)
|
| +++ chrome/browser/chrome_browser_main.cc (working copy)
|
| @@ -203,7 +203,7 @@
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| -#include "ui/aura/desktop.h"
|
| +#include "ui/aura/root_window.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
| @@ -1997,7 +1997,7 @@
|
| RecordBrowserStartupTime();
|
|
|
| #if defined(USE_AURA)
|
| - aura::Desktop::GetInstance()->Run();
|
| + aura::RootWindow::GetInstance()->Run();
|
| #elif defined(TOOLKIT_VIEWS)
|
| views::AcceleratorHandler accelerator_handler;
|
| MessageLoopForUI::current()->RunWithDispatcher(&accelerator_handler);
|
|
|