From 745dac28f8e454766824d6fefcd8063f1f11b1cb Mon Sep 17 00:00:00 2001 From: "tyoshino@chromium.org" Date: Fri, 22 Aug 2014 17:28:23 +0000 Subject: [PATCH] Add some includes to web_url_loader_impl. BUG=none Review URL: https://codereview.chromium.org/488393002 Cr-Commit-Position: refs/heads/master@{#291440} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291440 0039d316-1c4b-4281-b951-d872f2087c98 --- content/child/web_url_loader_impl.h | 2 ++ content/child/web_url_loader_impl_unittest.cc | 1 + 2 files changed, 3 insertions(+) diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h index 01e65b81e9e3..01e1c0f2a6b2 100644 --- a/content/child/web_url_loader_impl.h +++ b/content/child/web_url_loader_impl.h @@ -10,6 +10,8 @@ #include "content/common/content_export.h" #include "third_party/WebKit/public/platform/WebURLLoader.h" +class GURL; + namespace content { class ResourceDispatcher; diff --git a/content/child/web_url_loader_impl_unittest.cc b/content/child/web_url_loader_impl_unittest.cc index 0adfe08f12e9..a8a23593e6f0 100644 --- a/content/child/web_url_loader_impl_unittest.cc +++ b/content/child/web_url_loader_impl_unittest.cc @@ -9,6 +9,7 @@ #include "base/macros.h" #include "base/memory/weak_ptr.h" #include "base/message_loop/message_loop.h" +#include "base/time/time.h" #include "content/child/resource_dispatcher.h" #include "content/public/child/request_peer.h" #include "content/public/common/resource_response_info.h" -- 2.11.4.GIT