diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
commit | 864b1368516c110605addd725ad33613047f94b2 (patch) | |
tree | 0f4d802f08b43df658ec45df351089e108f63b1b /chrome/common/utility_messages.h | |
parent | 2803418949500717c4cbd1cb27fec8b03485e77a (diff) | |
download | chromium_src-864b1368516c110605addd725ad33613047f94b2.zip chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.gz chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 6)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3093013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/utility_messages.h')
-rw-r--r-- | chrome/common/utility_messages.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/utility_messages.h b/chrome/common/utility_messages.h index 3094963..49bc9ce 100644 --- a/chrome/common/utility_messages.h +++ b/chrome/common/utility_messages.h @@ -9,8 +9,6 @@ #include <string> #include "base/basictypes.h" -#include "base/file_path.h" -#include "base/values.h" #include "chrome/common/common_param_traits.h" #include "chrome/common/extensions/update_manifest.h" #include "chrome/common/indexed_db_param_traits.h" |