Chromium Code Reviews| Index: third_party/WebKit/Source/core/timing/DOMWindowPerformance.h |
| diff --git a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h |
| index 1c9a716a093878cbf8bc1263e69245a4415c4019..d68152e81b699c2031bb6ed0f6b5f690dee41e05 100644 |
| --- a/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h |
| +++ b/third_party/WebKit/Source/core/timing/DOMWindowPerformance.h |
| @@ -14,6 +14,7 @@ |
| namespace blink { |
| class DOMWindow; |
| +class LocalDOMWindow; |
| class Performance; |
| class CORE_EXPORT DOMWindowPerformance final |