Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: cc/base/delayed_unique_notifier.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/base/contiguous_container.h ('k') | cc/base/filter_operation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/delayed_unique_notifier.h
diff --git a/cc/base/delayed_unique_notifier.h b/cc/base/delayed_unique_notifier.h
index 8272d343871fefd0a359e0eb9c1b8d4cc2ad6e50..86d2e37e1b892075fee8a155efbb5e2b54f234a9 100644
--- a/cc/base/delayed_unique_notifier.h
+++ b/cc/base/delayed_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 DelayedUniqueNotifier {
+class CC_BASE_EXPORT DelayedUniqueNotifier {
public:
// Configure this notifier to issue the |closure| notification in |delay| time
// from Schedule() call.
« no previous file with comments | « cc/base/contiguous_container.h ('k') | cc/base/filter_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698