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

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

Issue 2063813002: mash: Move SystemTrayImage and TrayImageItem to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wmnotifier
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/tray/tray_image_item.h
diff --git a/ash/system/tray/tray_image_item.h b/ash/common/system/tray/tray_image_item.h
similarity index 87%
rename from ash/system/tray/tray_image_item.h
rename to ash/common/system/tray/tray_image_item.h
index 220924c3f33024ea1057413112e494df3bd1e96e..9c0578412b6ffb078bf4572bb3c3f6ae9b9c6e9a 100644
--- a/ash/system/tray/tray_image_item.h
+++ b/ash/common/system/tray/tray_image_item.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_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
-#define ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
+#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
+#define ASH_COMMON_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
#include "ash/ash_export.h"
-#include "ash/system/tray/system_tray_item.h"
+#include "ash/common/system/tray/system_tray_item.h"
#include "base/macros.h"
namespace views {
@@ -51,4 +51,4 @@ class ASH_EXPORT TrayImageItem : public SystemTrayItem {
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_
+#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_IMAGE_ITEM_H_

Powered by Google App Engine
This is Rietveld 408576698