| Index: ash/system/accessibility_observer.h
|
| diff --git a/ash/common/system/accessibility_observer.h b/ash/system/accessibility_observer.h
|
| similarity index 69%
|
| rename from ash/common/system/accessibility_observer.h
|
| rename to ash/system/accessibility_observer.h
|
| index 5de1ea2b3162ae45b05bcd949ae7866f848d46f1..524bb769b41dd925010da73ed98e325cd3da1cea 100644
|
| --- a/ash/common/system/accessibility_observer.h
|
| +++ b/ash/system/accessibility_observer.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
| -#define ASH_COMMON_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
| +#ifndef ASH_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
| +#define ASH_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
|
|
| +#include "ash/accessibility_types.h"
|
| #include "ash/ash_export.h"
|
| -#include "ash/common/accessibility_types.h"
|
|
|
| namespace ash {
|
|
|
| @@ -21,4 +21,4 @@ class ASH_EXPORT AccessibilityObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
| +#endif // ASH_SYSTEM_ACCESSIBILITY_OBSERVER_H_
|
|
|