| 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 6cb215e950d0a56759b33341858c88eccad291f4..09fa992b4b7937d11356e63fb65ec0b92dcb865f 100644
|
| --- a/ash/shell/content/client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content/client/shell_browser_main_parts.cc
|
| @@ -100,7 +100,7 @@ void ShellBrowserMainParts::PostMainMessageLoopStart() {
|
| }
|
|
|
| void ShellBrowserMainParts::ToolkitInitialized() {
|
| - wm_state_.reset(new wm::WMState);
|
| + wm_state_.reset(new ::wm::WMState);
|
| }
|
|
|
| void ShellBrowserMainParts::PreMainMessageLoopRun() {
|
|
|