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

Unified Diff: ash/common/system/tray/tray_details_view.h

Issue 2084733002: mash: Move tray accessibility and keyboard to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@typenamespace
Patch Set: rebase 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
« no previous file with comments | « ash/common/keyboard/keyboard_ui_observer.h ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_details_view.h
diff --git a/ash/system/tray/tray_details_view.h b/ash/common/system/tray/tray_details_view.h
similarity index 92%
rename from ash/system/tray/tray_details_view.h
rename to ash/common/system/tray/tray_details_view.h
index 63e118ba1490392c43af62d7cb040960f24e6fa7..1cf8eaaf470df3e6c0d0888bb16dac2196db3fa6 100644
--- a/ash/system/tray/tray_details_view.h
+++ b/ash/common/system/tray/tray_details_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
-#define ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
+#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
+#define ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
#include "ash/ash_export.h"
#include "ash/common/system/tray/special_popup_row.h"
@@ -66,4 +66,4 @@ class ASH_EXPORT TrayDetailsView : public views::View {
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
+#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_DETAILS_VIEW_H_
« no previous file with comments | « ash/common/keyboard/keyboard_ui_observer.h ('k') | ash/common/system/tray/tray_details_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698