Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2422)

Unified Diff: ash/default_accessibility_delegate.h

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/content/screen_orientation_delegate_chromeos.cc ('k') | ash/default_accessibility_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/content/screen_orientation_delegate_chromeos.cc ('k') | ash/default_accessibility_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698