Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/Location.h |
| diff --git a/third_party/WebKit/Source/core/frame/Location.h b/third_party/WebKit/Source/core/frame/Location.h |
| index d5d506f13db26f00be97fdf17432e64a2bd11344..f7c32d4ff79268aacd3b6aed62bc33f26c7e6b34 100644 |
| --- a/third_party/WebKit/Source/core/frame/Location.h |
| +++ b/third_party/WebKit/Source/core/frame/Location.h |
| @@ -39,9 +39,9 @@ |
| namespace blink { |
| class Document; |
| -class LocalDOMWindow; |
| class ExceptionState; |
| class KURL; |
| +class LocalDOMWindow; |
| // This class corresponds to the Location interface. Location is the only |
| // interface besides Window that is accessible cross-origin and must handle |