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

Unified Diff: ash/common/system/update/tray_update.h

Issue 2059383002: mash: Move TrayUpdate to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ashconstants
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/system/tray/DEPS ('k') | ash/common/system/update/tray_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/update/tray_update.h
diff --git a/ash/system/tray_update.h b/ash/common/system/update/tray_update.h
similarity index 86%
rename from ash/system/tray_update.h
rename to ash/common/system/update/tray_update.h
index 4340bebba77d67b100b4a05866f73aae75c4a33e..5cf23f7002701f4e9837b28117fe9aaf4a2c23b5 100644
--- a/ash/system/tray_update.h
+++ b/ash/common/system/update/tray_update.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_UPDATE_H_
-#define ASH_SYSTEM_TRAY_UPDATE_H_
+#ifndef ASH_COMMON_SYSTEM_UPDATE_TRAY_UPDATE_H_
+#define ASH_COMMON_SYSTEM_UPDATE_TRAY_UPDATE_H_
#include "ash/ash_export.h"
#include "ash/common/system/tray/tray_image_item.h"
@@ -35,4 +35,4 @@ class ASH_EXPORT TrayUpdate : public TrayImageItem, public UpdateObserver {
} // namespace ash
-#endif // ASH_SYSTEM_TRAY_UPDATE_H_
+#endif // ASH_COMMON_SYSTEM_UPDATE_TRAY_UPDATE_H_
« no previous file with comments | « ash/common/system/tray/DEPS ('k') | ash/common/system/update/tray_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698