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

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

Issue 2737353002: Reland 1e65c53ffdbcab7f2d25f064a3a7540166101e54 with fix for bad merge. (Closed)
Patch Set: with fix Created 3 years, 9 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/network_list_md.h
diff --git a/ash/common/system/chromeos/network/network_list_md.h b/ash/common/system/chromeos/network/network_list_md.h
index fea2365b4c9d8947d646ee7247ec348a5c7996dc..a7e94f19bc4a098d726838641ab3506812b49393 100644
--- a/ash/common/system/chromeos/network/network_list_md.h
+++ b/ash/common/system/chromeos/network/network_list_md.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_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
-#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
#include <map>
#include <memory>
@@ -32,13 +32,13 @@ class NetworkListDelegate;
// A list of available networks of a given type. This class is used for all
// network types except VPNs. For VPNs, see the |VPNList| class.
-class NetworkListViewMd : public NetworkListViewBase,
- public network_icon::AnimationObserver {
+class NetworkListView : public NetworkListViewBase,
+ public network_icon::AnimationObserver {
public:
class SectionHeaderRowView;
- explicit NetworkListViewMd(NetworkListDelegate* delegate);
- ~NetworkListViewMd() override;
+ explicit NetworkListView(NetworkListDelegate* delegate);
+ ~NetworkListView() override;
// NetworkListViewBase:
void Update() override;
@@ -124,9 +124,9 @@ class NetworkListViewMd : public NetworkListViewBase,
typedef std::map<std::string, views::View*> NetworkGuidMap;
NetworkGuidMap network_guid_map_;
- DISALLOW_COPY_AND_ASSIGN(NetworkListViewMd);
+ DISALLOW_COPY_AND_ASSIGN(NetworkListView);
};
} // namespace ash
-#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_MD_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_H_
« no previous file with comments | « ash/common/system/chromeos/network/network_list.cc ('k') | ash/common/system/chromeos/network/network_list_md.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698