| Index: third_party/WebKit/Source/platform/testing/CompositorTest.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/CompositorTest.h b/third_party/WebKit/Source/platform/testing/CompositorTest.h
|
| index 93445e0542983a3404a7f0369f2661add76c656a..f3b79e57be32b66ec0d252d68d5da19c703296ad 100644
|
| --- a/third_party/WebKit/Source/platform/testing/CompositorTest.h
|
| +++ b/third_party/WebKit/Source/platform/testing/CompositorTest.h
|
| @@ -8,8 +8,8 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/test/test_mock_time_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|