diff options
author | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:12:10 +0000 |
---|---|---|
committer | skuhne@chromium.org <skuhne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-09 04:12:10 +0000 |
commit | 5226f1eb27cdf95957c9d627aa2a3a0e65e08dae (patch) | |
tree | d1022a98b97a8627c2ae67e2a1449c6a48a49ded /chrome/browser/ui/browser_command_controller.cc | |
parent | ab744467a959788d7e880632487d6167c5cfaa97 (diff) | |
download | chromium_src-5226f1eb27cdf95957c9d627aa2a3a0e65e08dae.zip chromium_src-5226f1eb27cdf95957c9d627aa2a3a0e65e08dae.tar.gz chromium_src-5226f1eb27cdf95957c9d627aa2a3a0e65e08dae.tar.bz2 |
Refactoring of MultiProfileWindowManager
Split the MultiProfileWindowManager into a helper class, a pure virtual class and 2 implementations (single user/side by side and separated desktops).
Furthermore cleaned up the use and removed many #if defined(OS_CHROMEOS)es.
BUG=314852
TEST=Covered by unit tests and visual checks
Review URL: https://codereview.chromium.org/61763019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc index 2704f1d..6682ab7 100644 --- a/chrome/browser/ui/browser_command_controller.cc +++ b/chrome/browser/ui/browser_command_controller.cc @@ -61,7 +61,7 @@ #include "ash/multi_profile_uma.h" #include "ash/session_state_delegate.h" #include "ash/shell.h" -#include "chrome/browser/ui/ash/multi_user_window_manager.h" +#include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h" #endif using content::NavigationEntry; |