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

Unified Diff: ash/common/system/chromeos/network/tray_vpn.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
« no previous file with comments | « ash/common/system/chromeos/network/tray_sms.cc ('k') | ash/common/system/chromeos/network/tray_vpn.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/network/tray_vpn.h
diff --git a/ash/system/chromeos/network/tray_vpn.h b/ash/common/system/chromeos/network/tray_vpn.h
similarity index 84%
rename from ash/system/chromeos/network/tray_vpn.h
rename to ash/common/system/chromeos/network/tray_vpn.h
index ce73e79ac0db0cd170702e216b3a6e2a272a68c2..f554343b643068b1c65560a96692b6741ada2990 100644
--- a/ash/system/chromeos/network/tray_vpn.h
+++ b/ash/common/system/chromeos/network/tray_vpn.h
@@ -2,13 +2,13 @@
// 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_VPN_H
-#define ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_
#include <memory>
+#include "ash/common/system/chromeos/network/tray_network_state_observer.h"
#include "ash/common/system/tray/system_tray_item.h"
-#include "ash/system/chromeos/network/tray_network_state_observer.h"
#include "base/macros.h"
namespace ash {
@@ -49,4 +49,4 @@ class TrayVPN : public SystemTrayItem,
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_TRAY_VPN_H_
« no previous file with comments | « ash/common/system/chromeos/network/tray_sms.cc ('k') | ash/common/system/chromeos/network/tray_vpn.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698