Index: ash/default_accessibility_delegate.h |
diff --git a/ash/common/default_accessibility_delegate.h b/ash/default_accessibility_delegate.h |
similarity index 92% |
rename from ash/common/default_accessibility_delegate.h |
rename to ash/default_accessibility_delegate.h |
index 46af28039427d10beb22ad4dbf8b4abdccbfc8ea..5dd62c7bb723ee915c42fde2cf8e2787feff5d28 100644 |
--- a/ash/common/default_accessibility_delegate.h |
+++ b/ash/default_accessibility_delegate.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |
-#define ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |
+#ifndef ASH_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |
+#define ASH_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |
+#include "ash/accessibility_delegate.h" |
+#include "ash/accessibility_types.h" |
#include "ash/ash_export.h" |
-#include "ash/common/accessibility_delegate.h" |
-#include "ash/common/accessibility_types.h" |
#include "base/macros.h" |
namespace ash { |
@@ -78,4 +78,4 @@ class ASH_EXPORT DefaultAccessibilityDelegate : public AccessibilityDelegate { |
} // namespace ash |
-#endif // ASH_COMMON_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |
+#endif // ASH_DEFAULT_ACCESSIBILITY_DELEGATE_H_ |