| Index: chrome/browser/ui/views/ash/status_area_host_aura.cc
|
| diff --git a/chrome/browser/ui/views/aura/status_area_host_aura.cc b/chrome/browser/ui/views/ash/status_area_host_aura.cc
|
| similarity index 98%
|
| rename from chrome/browser/ui/views/aura/status_area_host_aura.cc
|
| rename to chrome/browser/ui/views/ash/status_area_host_aura.cc
|
| index dfdc5bb85a0fc962f3ee16e1c571c5d1801633b6..f8cdbb2c507632efb02f74229f7890f8e1848edf 100644
|
| --- a/chrome/browser/ui/views/aura/status_area_host_aura.cc
|
| +++ b/chrome/browser/ui/views/ash/status_area_host_aura.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/aura/status_area_host_aura.h"
|
| +#include "chrome/browser/ui/views/ash/status_area_host_aura.h"
|
|
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| @@ -17,8 +17,8 @@
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/view_ids.h"
|
| -#include "chrome/browser/ui/views/aura/chrome_shell_delegate.h"
|
| -#include "chrome/browser/ui/views/aura/multiple_window_indicator_button.h"
|
| +#include "chrome/browser/ui/views/ash/chrome_shell_delegate.h"
|
| +#include "chrome/browser/ui/views/ash/multiple_window_indicator_button.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|