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

Unified Diff: content/common/gamepad_seqlock.h

Issue 8762013: add missing CONTENT_EXPORT (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/common/gamepad_seqlock.h
diff --git a/content/common/gamepad_seqlock.h b/content/common/gamepad_seqlock.h
index 811aeca387924a59d5d830de17b5826985ec6ace..35f51e58d39d6ea6ef4401fca9441907788e16b8 100644
--- a/content/common/gamepad_seqlock.h
+++ b/content/common/gamepad_seqlock.h
@@ -7,6 +7,7 @@
#include "base/atomicops.h"
#include "base/threading/platform_thread.h"
+#include "content/common/content_export.h"
namespace content {
@@ -27,7 +28,7 @@ namespace content {
// garbage, or indices could be out of range. Probably the only suitable thing
// to do during the read loop is to make a copy of the data, and operate on it
// only after the read was found to be consistent.
-class GamepadSeqLock {
+class CONTENT_EXPORT GamepadSeqLock {
public:
GamepadSeqLock();
base::subtle::Atomic32 ReadBegin();
« 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