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

Unified Diff: ash/common/system/chromeos/network/vpn_delegate.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_vpn.cc ('k') | ash/common/system/chromeos/network/vpn_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/network/vpn_delegate.h
diff --git a/ash/system/chromeos/network/vpn_delegate.h b/ash/common/system/chromeos/network/vpn_delegate.h
similarity index 93%
rename from ash/system/chromeos/network/vpn_delegate.h
rename to ash/common/system/chromeos/network/vpn_delegate.h
index fd6fe72972e8e88fd3cf42b635291a651ed0f9c3..88b58cacf8010e486dbb927e0eba0efaca560449 100644
--- a/ash/system/chromeos/network/vpn_delegate.h
+++ b/ash/common/system/chromeos/network/vpn_delegate.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_VPN_DELEGATE_H
-#define ASH_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
#include <string>
#include <vector>
@@ -98,4 +98,4 @@ class ASH_EXPORT VPNDelegate {
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
« no previous file with comments | « ash/common/system/chromeos/network/tray_vpn.cc ('k') | ash/common/system/chromeos/network/vpn_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698