diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:02:42 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-16 20:02:42 +0000 |
commit | 7b38a2fd5a9bca974a355b409cf53c25881561b9 (patch) | |
tree | 63e1d1bf298af9be8008674ce0c5ac9238324005 /chrome/plugin | |
parent | 81862add7188f848a04aca893b6f595eedb82ffd (diff) | |
download | chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.zip chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.tar.gz chromium_src-7b38a2fd5a9bca974a355b409cf53c25881561b9.tar.bz2 |
Removed unneeded includes of base/time.h.
Review URL: http://codereview.chromium.org/48019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc index ab98068..93d9fa3 100644 --- a/chrome/plugin/webplugin_delegate_stub.cc +++ b/chrome/plugin/webplugin_delegate_stub.cc @@ -5,7 +5,6 @@ #include "chrome/plugin/webplugin_delegate_stub.h" #include "base/command_line.h" -#include "base/time.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/gfx/emf.h" #include "chrome/common/plugin_messages.h" |