diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 06:24:28 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 06:24:28 +0000 |
commit | daf66aa4278264f1c924e5905d7c9a706eaf6c91 (patch) | |
tree | e68265f214a22c1e0ebd0133c091448ad0f06f5a /chrome/browser/plugin_updater.cc | |
parent | 4a398976e30e186ecf4d0b5d9a3b574cd8fd7e48 (diff) | |
download | chromium_src-daf66aa4278264f1c924e5905d7c9a706eaf6c91.zip chromium_src-daf66aa4278264f1c924e5905d7c9a706eaf6c91.tar.gz chromium_src-daf66aa4278264f1c924e5905d7c9a706eaf6c91.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 3)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3037044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_updater.cc')
-rw-r--r-- | chrome/browser/plugin_updater.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/plugin_updater.cc b/chrome/browser/plugin_updater.cc index 6ca9b7e..03846aa 100644 --- a/chrome/browser/plugin_updater.cc +++ b/chrome/browser/plugin_updater.cc @@ -10,6 +10,7 @@ #include "base/path_service.h" #include "base/scoped_ptr.h" #include "base/values.h" +#include "base/version.h" #include "chrome/browser/pref_service.h" #include "chrome/browser/profile.h" #include "chrome/common/chrome_paths.h" |