| Index: ash/common/default_accessibility_delegate.h
|
| diff --git a/ash/default_accessibility_delegate.h b/ash/common/default_accessibility_delegate.h
|
| similarity index 93%
|
| rename from ash/default_accessibility_delegate.h
|
| rename to ash/common/default_accessibility_delegate.h
|
| index 6bde1087b47a93e7cc7fc4fbaf60340989b053e3..c071f53a5ae3eba812b38560f5cf866e95ffe5b2 100644
|
| --- a/ash/default_accessibility_delegate.h
|
| +++ b/ash/common/default_accessibility_delegate.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_DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
| -#define ASH_DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
| +#ifndef ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
| +#define ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
|
|
| -#include "ash/accessibility_delegate.h"
|
| #include "ash/ash_export.h"
|
| +#include "ash/common/accessibility_delegate.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
|
|
| @@ -70,9 +70,10 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate {
|
| bool select_to_speak_enabled_ = false;
|
| bool switch_access_enabled_ = false;
|
| ui::AccessibilityAlert accessibility_alert_ = ui::A11Y_ALERT_NONE;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(DefaultAccessibilityDelegate);
|
| };
|
|
|
| } // namespace ash
|
|
|
| -#endif // DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
| +#endif // ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_
|
|
|