| Index: net/url_request/https_prober.h
|
| ===================================================================
|
| --- net/url_request/https_prober.h (revision 67155)
|
| +++ net/url_request/https_prober.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_HTTPS_PROBER_H_
|
| -#define NET_BASE_HTTPS_PROBER_H_
|
| +#ifndef NET_URL_REQUEST_HTTPS_PROBER_H_
|
| +#define NET_URL_REQUEST_HTTPS_PROBER_H_
|
| #pragma once
|
|
|
| #include <map>
|
| @@ -11,7 +11,6 @@
|
| #include <string>
|
|
|
| #include "base/singleton.h"
|
| -#include "base/task.h"
|
| #include "net/url_request/url_request.h"
|
|
|
| class URLRequestContext;
|
| @@ -74,4 +73,4 @@
|
| };
|
|
|
| } // namespace net
|
| -#endif
|
| +#endif // NET_URL_REQUEST_HTTPS_PROBER_H_
|
|
|