| Index: cc/resources/resource_pool.h
|
| diff --git a/cc/resources/resource_pool.h b/cc/resources/resource_pool.h
|
| index f79455905dd4513deb491b250a723b445c593d38..30b28f775f296ef080c1209173c8de9d93fcefba 100644
|
| --- a/cc/resources/resource_pool.h
|
| +++ b/cc/resources/resource_pool.h
|
| @@ -8,7 +8,6 @@
|
| #include <list>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "cc/output/renderer.h"
|
| #include "cc/resources/resource.h"
|
| #include "cc/resources/resource_format.h"
|
| @@ -16,7 +15,7 @@
|
| namespace cc {
|
| class ScopedResource;
|
|
|
| -class CC_EXPORT ResourcePool {
|
| +class ResourcePool {
|
| public:
|
| static scoped_ptr<ResourcePool> Create(ResourceProvider* resource_provider,
|
| GLenum target) {
|
|
|