| Index: cc/surfaces/surface_id_allocator.h
|
| diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
|
| index 8d2d79f025ec57e792c8e62ec7fad1bbcfd4529c..d366d8aedb4734c3f6b2a76966516fd4fef073e9 100644
|
| --- a/cc/surfaces/surface_id_allocator.h
|
| +++ b/cc/surfaces/surface_id_allocator.h
|
| @@ -9,14 +9,13 @@
|
|
|
| #include "base/macros.h"
|
| #include "cc/surfaces/surface_id.h"
|
| -#include "cc/surfaces/surfaces_export.h"
|
|
|
| namespace cc {
|
|
|
| // This is a helper class for generating surface IDs within a specified
|
| // namespace. This is not threadsafe, to use from multiple threads wrap this
|
| // class in a mutex.
|
| -class CC_SURFACES_EXPORT SurfaceIdAllocator {
|
| +class SurfaceIdAllocator {
|
| public:
|
| SurfaceIdAllocator();
|
| ~SurfaceIdAllocator();
|
|
|