diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:18:37 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:18:37 +0000 |
commit | a43858f7591e67408d501f885ec1317b5e9ceed5 (patch) | |
tree | 25fca48be7bad7adef0f6daa889faa58595f0cf2 /content/browser/zygote_host | |
parent | 3dd9cac4686d0ce713741b35ef7b6e00e5235109 (diff) | |
download | chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.zip chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.gz chromium_src-a43858f7591e67408d501f885ec1317b5e9ceed5.tar.bz2 |
Use a direct include of time headers in content/, part 1.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18152002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_host')
-rw-r--r-- | content/browser/zygote_host/zygote_host_impl_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_host/zygote_host_impl_linux.cc b/content/browser/zygote_host/zygote_host_impl_linux.cc index 130f44a..c7c48f6 100644 --- a/content/browser/zygote_host/zygote_host_impl_linux.cc +++ b/content/browser/zygote_host/zygote_host_impl_linux.cc @@ -26,7 +26,7 @@ #include "base/strings/string_number_conversions.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/browser/renderer_host/render_sandbox_host_linux.h" #include "content/common/zygote_commands_linux.h" #include "content/public/browser/content_browser_client.h" |