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

Unified Diff: base/android/memory_pressure_listener_android.h

Issue 15942017: [Android] Fix component build again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + memorypressurelistener Created 7 years, 6 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
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/memory_pressure_listener_android.h
diff --git a/base/android/memory_pressure_listener_android.h b/base/android/memory_pressure_listener_android.h
index 3423e27a9a28834dfb36c563c3659b910433f811..eed8dbb5756b00249ef4c822ae7c23d6eb0bf6d4 100644
--- a/base/android/memory_pressure_listener_android.h
+++ b/base/android/memory_pressure_listener_android.h
@@ -11,7 +11,7 @@ namespace base {
namespace android {
// Implements the C++ counter part of MemoryPressureListener.java
-class MemoryPressureListenerAndroid {
+class BASE_EXPORT MemoryPressureListenerAndroid {
public:
static bool Register(JNIEnv* env);
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698