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

Unified Diff: ash/common/system/chromeos/network/network_list_delegate.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_delegate.h
diff --git a/ui/chromeos/network/network_list_delegate.h b/ash/common/system/chromeos/network/network_list_delegate.h
similarity index 84%
rename from ui/chromeos/network/network_list_delegate.h
rename to ash/common/system/chromeos/network/network_list_delegate.h
index bd54c07be47047b4604da59d846536c529253dfe..47183f33cd1a5f4d4d2362f8a08b3fee974466ae 100644
--- a/ui/chromeos/network/network_list_delegate.h
+++ b/ash/common/system/chromeos/network/network_list_delegate.h
@@ -2,10 +2,8 @@
// 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_DELEGATE_H_
-#define UI_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
-
-#include "ui/chromeos/ui_chromeos_export.h"
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
namespace chromeos {
class NetworkState;
@@ -17,11 +15,11 @@ class Label;
class View;
}
-namespace ui {
+namespace ash {
struct NetworkInfo;
-class UI_CHROMEOS_EXPORT NetworkListDelegate {
+class NetworkListDelegate {
public:
virtual ~NetworkListDelegate() {}
@@ -53,6 +51,6 @@ class UI_CHROMEOS_EXPORT NetworkListDelegate {
virtual void RelayoutScrollList() = 0;
};
-} // namespace ui
+} // namespace ash
-#endif // UI_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_NETWORK_LIST_DELEGATE_H_
« no previous file with comments | « ash/common/system/chromeos/network/network_list.cc ('k') | ash/common/system/chromeos/network/network_list_md.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698