| Index: chrome/browser/ui/views/ash/status_area_host_aura.h
|
| diff --git a/chrome/browser/ui/views/aura/status_area_host_aura.h b/chrome/browser/ui/views/ash/status_area_host_aura.h
|
| similarity index 94%
|
| rename from chrome/browser/ui/views/aura/status_area_host_aura.h
|
| rename to chrome/browser/ui/views/ash/status_area_host_aura.h
|
| index 6321dfc85dbe873dbc15a3f94a55d2519fd8fb0f..97359e4ba09f5294b68b94c12e19657dfe4446c9 100644
|
| --- a/chrome/browser/ui/views/aura/status_area_host_aura.h
|
| +++ b/chrome/browser/ui/views/ash/status_area_host_aura.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_VIEWS_AURA_STATUS_AREA_HOST_AURA_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_AURA_STATUS_AREA_HOST_AURA_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_ASH_STATUS_AREA_HOST_AURA_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_ASH_STATUS_AREA_HOST_AURA_H_
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| @@ -92,4 +92,4 @@ class StatusAreaHostAura : public StatusAreaButton::Delegate,
|
| DISALLOW_COPY_AND_ASSIGN(StatusAreaHostAura);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_AURA_STATUS_AREA_HOST_AURA_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_ASH_STATUS_AREA_HOST_AURA_H_
|
|
|