| Index: net/http/http_server_properties.h
 | 
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
 | 
| index d06b9b24856d5207fa02740b044ca93f49059c14..32c0bc8044c8e0ec7581e486665b4312c6e06fa6 100644
 | 
| --- a/net/http/http_server_properties.h
 | 
| +++ b/net/http/http_server_properties.h
 | 
| @@ -14,7 +14,6 @@
 | 
|  
 | 
|  #include "base/containers/mru_cache.h"
 | 
|  #include "base/macros.h"
 | 
| -#include "base/memory/weak_ptr.h"
 | 
|  #include "base/time/time.h"
 | 
|  #include "net/base/host_port_pair.h"
 | 
|  #include "net/base/net_export.h"
 | 
| @@ -230,9 +229,6 @@ class NET_EXPORT HttpServerProperties {
 | 
|    HttpServerProperties() {}
 | 
|    virtual ~HttpServerProperties() {}
 | 
|  
 | 
| -  // Gets a weak pointer for this object.
 | 
| -  virtual base::WeakPtr<HttpServerProperties> GetWeakPtr() = 0;
 | 
| -
 | 
|    // Deletes all data.
 | 
|    virtual void Clear() = 0;
 | 
|  
 | 
| 
 |