| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| similarity index 99%
|
| rename from chrome/browser/ui/views/profile_chooser_view.cc
|
| rename to chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 640b3d6bb6dbef8c21378fc65b123db632bf2142..c3c6e339809c9237619f3ac441e56ab50cbdf830 100644
|
| --- a/chrome/browser/ui/views/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/views/profile_chooser_view.h"
|
| +#include "chrome/browser/ui/views/profiles/profile_chooser_view.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| @@ -18,7 +18,7 @@
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/singleton_tabs.h"
|
| -#include "chrome/browser/ui/views/user_manager_view.h"
|
| +#include "chrome/browser/ui/views/profiles/user_manager_view.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/profile_management_switches.h"
|
| #include "chrome/common/url_constants.h"
|
|
|