| Index: third_party/WebKit/Source/platform/wtf/InstanceCounter.h
|
| diff --git a/third_party/WebKit/Source/wtf/InstanceCounter.h b/third_party/WebKit/Source/platform/wtf/InstanceCounter.h
|
| similarity index 95%
|
| copy from third_party/WebKit/Source/wtf/InstanceCounter.h
|
| copy to third_party/WebKit/Source/platform/wtf/InstanceCounter.h
|
| index 8937de02eaa2ac2c752453f1d1dcef863507dcb7..35db9a1a6e58094ce1c3479e729f8cffed6bd4ef 100644
|
| --- a/third_party/WebKit/Source/wtf/InstanceCounter.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/InstanceCounter.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef InstanceCounter_h
|
| #define InstanceCounter_h
|
|
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/build_config.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/build_config.h"
|
|
|
| namespace WTF {
|
|
|
|
|