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

Unified Diff: content/browser/gamepad/gamepad_provider.h

Issue 8644002: Fix shared library build for content_unittests (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/gamepad_provider.h
diff --git a/content/browser/gamepad/gamepad_provider.h b/content/browser/gamepad/gamepad_provider.h
index 17b45981ba59059aa80bcab36247b8bda53add42..a97c35242409f2bce35607a397fc28c59826e355 100644
--- a/content/browser/gamepad/gamepad_provider.h
+++ b/content/browser/gamepad/gamepad_provider.h
@@ -12,6 +12,7 @@
#include "base/system_monitor/system_monitor.h"
#include "base/task.h"
#include "content/browser/gamepad/data_fetcher.h"
+#include "content/common/content_export.h"
#include "content/common/gamepad_hardware_buffer.h"
namespace base {
@@ -22,8 +23,9 @@ struct GamepadMsg_Updated_Params;
namespace gamepad {
-class Provider : public base::RefCountedThreadSafe<Provider>,
- public base::SystemMonitor::DevicesChangedObserver {
+class CONTENT_EXPORT Provider :
+ public base::RefCountedThreadSafe<Provider>,
+ public base::SystemMonitor::DevicesChangedObserver {
public:
explicit Provider(DataFetcher* fetcher);
« 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