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

Unified Diff: base/android/scoped_java_ref.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 | « base/android/path_utils.h ('k') | base/message_pump_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/scoped_java_ref.h
diff --git a/base/android/scoped_java_ref.h b/base/android/scoped_java_ref.h
index 0d1e590f295f9caf7e4ee1a98f197323e705c24f..a5d71e2d23b9b8d7ad0447ed7c9c2b54e905c83b 100644
--- a/base/android/scoped_java_ref.h
+++ b/base/android/scoped_java_ref.h
@@ -8,6 +8,7 @@
#include <jni.h>
#include <stddef.h>
+#include "base/base_export.h"
#include "base/basictypes.h"
namespace base {
@@ -20,7 +21,7 @@ template<typename T> class JavaRef;
// other JavaRef<> template types. This allows you to e.g. pass
// ScopedJavaLocalRef<jstring> into a function taking const JavaRef<jobject>&
template<>
-class JavaRef<jobject> {
+class BASE_EXPORT JavaRef<jobject> {
public:
jobject obj() const { return obj_; }
« no previous file with comments | « base/android/path_utils.h ('k') | base/message_pump_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698