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

Unified Diff: ash/common/system/chromeos/network/tray_sms.h

Issue 2109293002: mash: Convert system tray network item to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak string 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/network/tray_sms.h
diff --git a/ash/system/chromeos/network/tray_sms.h b/ash/common/system/chromeos/network/tray_sms.h
similarity index 91%
rename from ash/system/chromeos/network/tray_sms.h
rename to ash/common/system/chromeos/network/tray_sms.h
index 77a7ca6b6802a8025f87ce3dc1669c0078afe1bb..c8209a0029def28076b88d3626ba90b943631de5 100644
--- a/ash/system/chromeos/network/tray_sms.h
+++ b/ash/common/system/chromeos/network/tray_sms.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_NETWORK_TRAY_SMS_H
-#define ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H_
#include <stddef.h>
@@ -63,4 +63,4 @@ class TraySms : public SystemTrayItem,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_SMS_H_
« no previous file with comments | « ash/common/system/chromeos/network/tray_network_state_observer.cc ('k') | ash/common/system/chromeos/network/tray_sms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698