Index: chrome/browser/ui/views/profiles/avatar_menu_button_browsertest.cc |
diff --git a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc b/chrome/browser/ui/views/profiles/avatar_menu_button_browsertest.cc |
similarity index 96% |
rename from chrome/browser/ui/views/avatar_menu_button_browsertest.cc |
rename to chrome/browser/ui/views/profiles/avatar_menu_button_browsertest.cc |
index a613e5aaf9920e3d2f07057d3e68a529229f60e9..5c893065a23d8bf1fec3c2a2b04877eb4deeac58 100644 |
--- a/chrome/browser/ui/views/avatar_menu_button_browsertest.cc |
+++ b/chrome/browser/ui/views/profiles/avatar_menu_button_browsertest.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/avatar_menu_button.h" |
+#include "chrome/browser/ui/views/profiles/avatar_menu_button.h" |
#include "base/command_line.h" |
#include "base/path_service.h" |
@@ -10,8 +10,8 @@ |
#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/profiles/profiles_state.h" |
#include "chrome/browser/ui/browser_list.h" |
-#include "chrome/browser/ui/views/avatar_menu_bubble_view.h" |
#include "chrome/browser/ui/views/frame/browser_view.h" |
+#include "chrome/browser/ui/views/profiles/avatar_menu_bubble_view.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/test/base/in_process_browser_test.h" |