| Index: cc/debug/layer_tree_debug_state.h
|
| diff --git a/cc/debug/layer_tree_debug_state.h b/cc/debug/layer_tree_debug_state.h
|
| index 09ac66de5c8998d8bc71b5ce91d178f4b95d2f0b..45cb77c654fcd747440e5fcf0996a8f1ba5c5475 100644
|
| --- a/cc/debug/layer_tree_debug_state.h
|
| +++ b/cc/debug/layer_tree_debug_state.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_
|
| #define CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_
|
|
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/debug/debug_export.h"
|
|
|
| namespace cc {
|
|
|
| @@ -13,7 +13,7 @@ namespace proto {
|
| class LayerTreeDebugState;
|
| } // namespace proto
|
|
|
| -class CC_EXPORT LayerTreeDebugState {
|
| +class CC_DEBUG_EXPORT LayerTreeDebugState {
|
| public:
|
| LayerTreeDebugState();
|
| LayerTreeDebugState(const LayerTreeDebugState& other);
|
|
|