| Index: third_party/WebKit/Source/platform/EventTracer.h
|
| diff --git a/third_party/WebKit/Source/platform/EventTracer.h b/third_party/WebKit/Source/platform/EventTracer.h
|
| index 2b5f90a6e81d69027a29e94e43c1781ce782fa13..91d2baa9e2ac1b6a43513dc389f0896bd52d53a1 100644
|
| --- a/third_party/WebKit/Source/platform/EventTracer.h
|
| +++ b/third_party/WebKit/Source/platform/EventTracer.h
|
| @@ -31,6 +31,8 @@
|
| #ifndef EventTracer_h
|
| #define EventTracer_h
|
|
|
| +#if 0
|
| +
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -92,4 +94,6 @@ public:
|
|
|
| } // namespace blink
|
|
|
| +#endif
|
| +
|
| #endif // EventTracer_h
|
|
|