| 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 6cc2b53e7e13df9f672446230feaa58486cf3454..eee606b439cb10dff148f25188180f108421edff 100644
 | 
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
 | 
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
 | 
| @@ -48,7 +48,6 @@
 | 
|  namespace blink {
 | 
|  
 | 
|  class ChromePrintContext;
 | 
| -class GeolocationClientProxy;
 | 
|  class IntSize;
 | 
|  class KURL;
 | 
|  class Range;
 | 
| @@ -382,8 +381,6 @@ private:
 | 
|  
 | 
|      UserMediaClientImpl m_userMediaClientImpl;
 | 
|  
 | 
| -    Member<GeolocationClientProxy> m_geolocationClientProxy;
 | 
| -
 | 
|      WebDevToolsFrontendImpl* m_webDevToolsFrontend;
 | 
|  
 | 
|      Member<Node> m_contextMenuNode;
 | 
| 
 |