Index: cc/resources/texture_uploader.h |
diff --git a/cc/resources/texture_uploader.h b/cc/resources/texture_uploader.h |
index 72c46e7ffb5dc4013151941bb3aa2cebc83549f9..f7e03bec1350ef495c30f88b9867ae50ac8ba05a 100644 |
--- a/cc/resources/texture_uploader.h |
+++ b/cc/resources/texture_uploader.h |
@@ -9,7 +9,6 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
-#include "cc/base/cc_export.h" |
#include "cc/base/scoped_ptr_deque.h" |
#include "cc/resources/resource_provider.h" |
@@ -27,7 +26,7 @@ class GLES2Interface; |
namespace cc { |
-class CC_EXPORT TextureUploader { |
+class TextureUploader { |
public: |
static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) { |
return make_scoped_ptr(new TextureUploader(gl)); |