| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index f9499cfd6faecc06b4d18d1e1680fe92c32935e6..6f4a2f8a3f1b6bf26d61370c5dc96100ae50ab93 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -46,7 +46,6 @@
|
| namespace blink {
|
|
|
| class ChromePrintContext;
|
| -class GeolocationClientProxy;
|
| class IntSize;
|
| class KURL;
|
| class Range;
|
| @@ -387,8 +386,6 @@ private:
|
|
|
| UserMediaClientImpl m_userMediaClientImpl;
|
|
|
| - OwnPtrWillBeMember<GeolocationClientProxy> m_geolocationClientProxy;
|
| -
|
| WebDevToolsFrontendImpl* m_webDevToolsFrontend;
|
|
|
| HashMap<AtomicString, OwnPtr<WebTestInterfaceFactory>> m_testInterfaces;
|
|
|