| Index: webkit/compositor_bindings/CCThreadImpl.h
|
| diff --git a/webkit/compositor_bindings/CCThreadImpl.h b/webkit/compositor_bindings/CCThreadImpl.h
|
| index bd598a94ebad087e9e3e9f7cb74f1af20e80c8a2..35f64e5365d3d385ae66b195849e530ea924ac11 100644
|
| --- a/webkit/compositor_bindings/CCThreadImpl.h
|
| +++ b/webkit/compositor_bindings/CCThreadImpl.h
|
| @@ -2,14 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef CCThreadImpl_h
|
| +#define CCThreadImpl_h
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "cc/thread.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -
|
| -#ifndef CCThreadImpl_h
|
| -#define CCThreadImpl_h
|
|
|
| namespace WebKit {
|
|
|
|
|