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

Unified Diff: ui/chromeos/network/network_info.h

Issue 425783003: athena: Add a network-selector widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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: ui/chromeos/network/network_info.h
diff --git a/ui/chromeos/network/network_info.h b/ui/chromeos/network/network_info.h
index ced2119f651fec73618f17f388550800962c8c09..700e415ab9ae11ad381f66374abbecbd408043b7 100644
--- a/ui/chromeos/network/network_info.h
+++ b/ui/chromeos/network/network_info.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/strings/string16.h"
+#include "ui/chromeos/ui_chromeos_export.h"
#include "ui/gfx/image/image_skia.h"
namespace gfx {
@@ -18,7 +19,7 @@ namespace ui {
// Includes information necessary about a network for displaying the appropriate
// UI to the user.
-struct NetworkInfo {
+struct UI_CHROMEOS_EXPORT NetworkInfo {
NetworkInfo();
NetworkInfo(const std::string& path);
~NetworkInfo();
« athena/main/debug/network_selector.cc ('K') | « ui/chromeos/network/network_icon.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698