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

Unified Diff: base/message_pump_glib_x_dispatch.h

Issue 6966020: Fix component=shared_library build for touchui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_glib_x_dispatch.h
diff --git a/base/message_pump_glib_x_dispatch.h b/base/message_pump_glib_x_dispatch.h
index 28f59e169a00c2e8580d9857bf041d81374fea37..9a2358adecef35c7d24591e64e835cad6e2afc62 100644
--- a/base/message_pump_glib_x_dispatch.h
+++ b/base/message_pump_glib_x_dispatch.h
@@ -5,6 +5,7 @@
#ifndef BASE_MESSAGE_PUMP_GLIB_X_DISPATCH_H
#define BASE_MESSAGE_PUMP_GLIB_X_DISPATCH_H
+#include "base/base_api.h"
#include "base/message_pump.h"
#include "base/message_pump_glib.h"
@@ -31,7 +32,7 @@ class MessagePumpGlibXDispatcher : public MessagePumpForUI::Dispatcher {
virtual DispatchStatus DispatchX(XEvent* xevent) = 0;
};
-class MessagePumpXObserver : public MessagePumpForUI::Observer {
+class BASE_API MessagePumpXObserver : public MessagePumpForUI::Observer {
public:
// This method is called before processing an XEvent. If the method returns
// true, it indicates the event has already been handled, so the event is not
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698