Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2422)

Unified Diff: net/url_request/https_prober.h

Issue 5139006: FBTF: Remove unneeded headers from base/ (part 10) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac, cros build Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket_stream/socket_stream.h ('k') | net/url_request/url_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/socket_stream/socket_stream.h ('k') | net/url_request/url_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698