diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 01:54:16 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 01:54:16 +0000 |
commit | abb52216b103cef3f32785ba5451706ee77917f2 (patch) | |
tree | a384e591128513ee576bb656174751b65c5b76de /content/plugin | |
parent | 0e49848bc139aac86f6059be7bea8809001b99f1 (diff) | |
download | chromium_src-abb52216b103cef3f32785ba5451706ee77917f2.zip chromium_src-abb52216b103cef3f32785ba5451706ee77917f2.tar.gz chromium_src-abb52216b103cef3f32785ba5451706ee77917f2.tar.bz2 |
Use a direct include of time headers in content/, part 2.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18154002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/webplugin_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_proxy.h b/content/plugin/webplugin_proxy.h index 8419e98..43e8a74 100644 --- a/content/plugin/webplugin_proxy.h +++ b/content/plugin/webplugin_proxy.h @@ -16,7 +16,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/weak_ptr.h" #include "base/shared_memory.h" -#include "base/timer.h" +#include "base/timer/timer.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message.h" #include "skia/ext/refptr.h" |