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

Unified Diff: base/message_pump_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 | « base/android/scoped_java_ref.h ('k') | base/test/test_support_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_android.h
diff --git a/base/message_pump_android.h b/base/message_pump_android.h
index 10a55826d46f3ecd909e4f6f044658780883d7e2..5ef4bd6920380a9f8daeea197807a27f19dc1c08 100644
--- a/base/message_pump_android.h
+++ b/base/message_pump_android.h
@@ -7,6 +7,7 @@
#include <jni.h>
+#include "base/base_export.h"
#include "base/compiler_specific.h"
#include "base/message_pump.h"
@@ -17,7 +18,7 @@ class TimeTicks;
// This class implements a MessagePump needed for TYPE_UI MessageLoops on
// OS_ANDROID platform.
-class MessagePumpForUI : public MessagePump {
+class BASE_EXPORT MessagePumpForUI : public MessagePump {
public:
MessagePumpForUI();
« no previous file with comments | « base/android/scoped_java_ref.h ('k') | base/test/test_support_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698