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

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

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland Created 4 years, 1 month 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/vpn_list_view.h
diff --git a/ash/common/system/chromeos/network/vpn_list_view.h b/ash/common/system/chromeos/network/vpn_list_view.h
index 205b9687737fa075aa4cd25c062aa94898fd644c..399709add17ed209327b816445a2358f3955d9a0 100644
--- a/ash/common/system/chromeos/network/vpn_list_view.h
+++ b/ash/common/system/chromeos/network/vpn_list_view.h
@@ -9,7 +9,7 @@
#include <string>
#include "ash/common/system/chromeos/network/network_list_view_base.h"
-#include "ash/common/system/chromeos/network/vpn_delegate.h"
+#include "ash/common/system/chromeos/network/vpn_list.h"
#include "ash/common/system/tray/view_click_listener.h"
#include "base/macros.h"
#include "chromeos/network/network_state_handler.h"
@@ -42,7 +42,7 @@ namespace ash {
// configuration dialog. Clicking on a provider shows the provider's "add
// network" dialog.
class VPNListView : public NetworkListViewBase,
- public VPNDelegate::Observer,
+ public VpnList::Observer,
public ViewClickListener {
public:
explicit VPNListView(NetworkListDelegate* delegate);
@@ -53,7 +53,7 @@ class VPNListView : public NetworkListViewBase,
bool IsNetworkEntry(views::View* view,
std::string* service_path) const override;
- // VPNDelegate::Observer:
+ // VpnList::Observer:
void OnVPNProvidersChanged() override;
// ViewClickListener:
« no previous file with comments | « ash/common/system/chromeos/network/vpn_list_unittest.cc ('k') | ash/common/system/chromeos/network/vpn_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698