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

Unified Diff: net/android/network_library.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_factory_android.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/network_library.h
diff --git a/net/android/network_library.h b/net/android/network_library.h
index 7836b554e1b5ac497a1e02acaaf1eea1cd6071f4..c505202d4a0b2dcaee3fa902ed265f230b52ede7 100644
--- a/net/android/network_library.h
+++ b/net/android/network_library.h
@@ -11,6 +11,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "net/base/net_export.h"
namespace net {
namespace android {
@@ -63,7 +64,7 @@ bool GetMimeTypeFromExtension(const std::string& extension,
std::string* result);
// Register JNI methods
-bool RegisterNetworkLibrary(JNIEnv* env);
+NET_EXPORT bool RegisterNetworkLibrary(JNIEnv* env);
} // namespace android
} // namespace net
« no previous file with comments | « net/android/network_change_notifier_factory_android.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698