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

Unified Diff: net/android/network_change_notifier_factory_android.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 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
« no previous file with comments | « net/android/network_change_notifier_android.h ('k') | net/android/network_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/network_change_notifier_factory_android.h
diff --git a/net/android/network_change_notifier_factory_android.h b/net/android/network_change_notifier_factory_android.h
index d4bd99fbec0dd2733497a79e57280528a6be32e6..8c5e41451f3f251606215247e665ce4c3926fb23 100644
--- a/net/android/network_change_notifier_factory_android.h
+++ b/net/android/network_change_notifier_factory_android.h
@@ -6,6 +6,7 @@
#define NET_ANDROID_NETWORK_CHANGE_NOTIFIER_FACTORY_ANDROID_H_
#include "base/compiler_specific.h"
+#include "net/base/net_export.h"
#include "net/base/network_change_notifier_factory.h"
namespace net {
@@ -14,7 +15,7 @@ class NetworkChangeNotifier;
// NetworkChangeNotifierFactory creates Android-specific specialization of
// NetworkChangeNotifier.
-class NetworkChangeNotifierFactoryAndroid :
+class NET_EXPORT NetworkChangeNotifierFactoryAndroid :
public NetworkChangeNotifierFactory {
public:
NetworkChangeNotifierFactoryAndroid();
« no previous file with comments | « net/android/network_change_notifier_android.h ('k') | net/android/network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698