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

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

Issue 2435903002: Move tray code from ui/chromeos/network/ (Closed)
Patch Set: Rebase Created 4 years, 2 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_view_base.h
diff --git a/ui/chromeos/network/network_list_view_base.h b/ash/common/system/chromeos/network/network_list_view_base.h
similarity index 79%
rename from ui/chromeos/network/network_list_view_base.h
rename to ash/common/system/chromeos/network/network_list_view_base.h
index e9b28bee49fb1fdcfda9cae3b843ca34f7842df0..c0db970b63ee67748a0894a03757db4c80d8985f 100644
--- a/ui/chromeos/network/network_list_view_base.h
+++ b/ash/common/system/chromeos/network/network_list_view_base.h
@@ -2,23 +2,22 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
-#define UI_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
#include <string>
#include "base/macros.h"
-#include "ui/chromeos/ui_chromeos_export.h"
namespace views {
class View;
}
-namespace ui {
+namespace ash {
// Base class for a list of available networks (and, in the case of VPNs, the
// list of available VPN providers).
-class UI_CHROMEOS_EXPORT NetworkListViewBase {
+class NetworkListViewBase {
public:
NetworkListViewBase();
virtual ~NetworkListViewBase();
@@ -44,6 +43,6 @@ class UI_CHROMEOS_EXPORT NetworkListViewBase {
DISALLOW_COPY_AND_ASSIGN(NetworkListViewBase);
};
-} // namespace ui
+} // namespace ash
-#endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_VIEW_BASE_H_
« no previous file with comments | « ash/common/system/chromeos/network/network_list_md.cc ('k') | ash/common/system/chromeos/network/network_list_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698