| Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
|
| index fb9cfba5ffcd656481742a69d815f6175421dd17..bb6bc2276de0253163435a93b6c9796a7ed1421d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
|
| @@ -34,9 +34,9 @@
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "core/inspector/protocol/LayerTree.h"
|
| #include "platform/Timer.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|