Commit 8d85a4b9 authored by isherman@chromium.org's avatar isherman@chromium.org

add missing CONTENT_EXPORT

BUG=build fix

Review URL: http://codereview.chromium.org/8762013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112352 0039d316-1c4b-4281-b951-d872f2087c98
parent 5c92889e
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "base/atomicops.h" #include "base/atomicops.h"
#include "base/threading/platform_thread.h" #include "base/threading/platform_thread.h"
#include "content/common/content_export.h"
namespace content { namespace content {
...@@ -27,7 +28,7 @@ namespace content { ...@@ -27,7 +28,7 @@ namespace content {
// garbage, or indices could be out of range. Probably the only suitable thing // 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 // 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. // only after the read was found to be consistent.
class GamepadSeqLock { class CONTENT_EXPORT GamepadSeqLock {
public: public:
GamepadSeqLock(); GamepadSeqLock();
base::subtle::Atomic32 ReadBegin(); base::subtle::Atomic32 ReadBegin();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment