| Index: ash/shell/content_client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
|
| index edb6e1a2548472951fc50fd38c480454049a286c..d8098077c6308c0d60afb0c76a51ef9668443e1b 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -98,7 +98,7 @@ void ShellBrowserMainParts::PostMainMessageLoopStart() {
|
| }
|
|
|
| void ShellBrowserMainParts::ToolkitInitialized() {
|
| - wm_state_.reset(new views::corewm::WMState);
|
| + wm_state_.reset(new wm::WMState);
|
| }
|
|
|
| void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
|
|