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

Unified Diff: ash/common/system/chromeos/tray_caps_lock.h

Issue 2108403004: mash: Move several chromeos system tray items to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@audio
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
Index: ash/common/system/chromeos/tray_caps_lock.h
diff --git a/ash/system/chromeos/tray_caps_lock.h b/ash/common/system/chromeos/tray_caps_lock.h
similarity index 88%
rename from ash/system/chromeos/tray_caps_lock.h
rename to ash/common/system/chromeos/tray_caps_lock.h
index 9ae307c77b0849845c0006f012ec9cb5e4489c3c..c26b405ad3acd131bf55745f3f6d1cc04ab1af1d 100644
--- a/ash/system/chromeos/tray_caps_lock.h
+++ b/ash/common/system/chromeos/tray_caps_lock.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_CHROMEOS_TRAY_CAPS_LOCK_H_
-#define ASH_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
#include "ash/common/system/tray/tray_image_item.h"
#include "base/macros.h"
@@ -46,4 +46,4 @@ class TrayCapsLock : public TrayImageItem,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_TRAY_CAPS_LOCK_H_
« no previous file with comments | « ash/common/system/chromeos/supervised/tray_supervised_user_unittest.cc ('k') | ash/common/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698