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

Unified Diff: ash/common/default_accessibility_delegate.h

Issue 2048443002: ABANDONED: mash: Move shell delegate interfaces to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveshelfmodel
Patch Set: Created 4 years, 6 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
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_

Powered by Google App Engine
This is Rietveld 408576698