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/plugin_data_remover_impl.h | |
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/plugin_data_remover_impl.h')
-rw-r--r-- | content/browser/plugin_data_remover_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_data_remover_impl.h b/content/browser/plugin_data_remover_impl.h index 056f2e5..6f4be32 100644 --- a/content/browser/plugin_data_remover_impl.h +++ b/content/browser/plugin_data_remover_impl.h @@ -9,7 +9,7 @@ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" -#include "base/time.h" +#include "base/time/time.h" #include "content/public/browser/plugin_data_remover.h" namespace content { |