Index: content/browser/loader/resource_hints_impl.cc |
diff --git a/content/browser/loader/resource_hints_impl.cc b/content/browser/loader/resource_hints_impl.cc |
index cc48a1ad316b6bc81bbea0e9a37e56e5ce7d861e..b1bcf020ffb6bff72843e21a689d815b7a1aa82d 100644 |
--- a/content/browser/loader/resource_hints_impl.cc |
+++ b/content/browser/loader/resource_hints_impl.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <string> |
+ |
#include "base/memory/ptr_util.h" |
#include "base/memory/ref_counted.h" |
#include "content/public/browser/browser_thread.h" |
@@ -14,6 +16,7 @@ |
#include "net/http/http_request_info.h" |
#include "net/http/http_stream_factory.h" |
#include "net/http/http_transaction_factory.h" |
+#include "net/log/net_log_with_source.h" |
#include "net/url_request/http_user_agent_settings.h" |
#include "net/url_request/url_request_context.h" |