| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 1780acdb8974d4ad363274adfe51264ebfabdb6c..5931a4781c8d1616a9839d03d59ffd17f502c531 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -45,7 +45,6 @@
|
|
|
| class ChromeClient;
|
| class ConsoleMessageStorage;
|
| -class Deprecation;
|
| class EventHandlerRegistry;
|
| class Page;
|
| class PageScaleConstraintsSet;
|
| @@ -73,7 +72,6 @@
|
| Settings& settings() const;
|
| ChromeClient& chromeClient() const;
|
| UseCounter& useCounter() const;
|
| - Deprecation& deprecation() const;
|
|
|
| // Corresponds to pixel density of the device where this Page is
|
| // being displayed. In multi-monitor setups this can vary between pages.
|
|
|