Index: chrome/browser/chrome_browser_main.cc |
=================================================================== |
--- chrome/browser/chrome_browser_main.cc (revision 104318) |
+++ chrome/browser/chrome_browser_main.cc (working copy) |
@@ -200,8 +200,9 @@ |
#endif |
#if defined(USE_AURA) |
-#include "chrome/browser/ui/views/aura/aura_init.h" |
#include "ui/aura/desktop.h" |
+#include "ui/aura_shell/shell_factory.h" |
+#include "ui/aura/desktop.h" |
#endif |
namespace net { |
@@ -1367,7 +1368,7 @@ |
child_process_logging::SetCommandLine(CommandLine::ForCurrentProcess()); |
#if defined(USE_AURA) |
- browser::InitAuraDesktop(); |
+ aura_shell::InitDesktopWindow(); |
#elif defined(TOOLKIT_VIEWS) |
views::Widget::SetPureViews( |
CommandLine::ForCurrentProcess()->HasSwitch(switches::kUsePureViews)); |