| Index: cc/base/unique_notifier.h
|
| diff --git a/cc/base/unique_notifier.h b/cc/base/unique_notifier.h
|
| index fc0e392d6723a09c0741486ff4371642eb6a77a2..e4fb7b55732e2165995da15138c8f50b46c0fd52 100644
|
| --- a/cc/base/unique_notifier.h
|
| +++ b/cc/base/unique_notifier.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/base/base_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -16,7 +16,7 @@ class SequencedTaskRunner;
|
|
|
| namespace cc {
|
|
|
| -class CC_EXPORT UniqueNotifier {
|
| +class CC_BASE_EXPORT UniqueNotifier {
|
| public:
|
| // Configure this notifier to issue the |closure| notification when scheduled.
|
| UniqueNotifier(base::SequencedTaskRunner* task_runner,
|
|
|