diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 01:51:14 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 01:51:14 +0000 |
commit | ceac9970335d0d5915bc258980956a121f8540f4 (patch) | |
tree | f88c0628f49d3f0f05aa6f9c1b2d983b2c35f2d1 /chrome/browser/plugin_service.h | |
parent | bb8c4fa05af6447e47facd049ed14ec9bb74d22d (diff) | |
download | chromium_src-ceac9970335d0d5915bc258980956a121f8540f4.zip chromium_src-ceac9970335d0d5915bc258980956a121f8540f4.tar.gz chromium_src-ceac9970335d0d5915bc258980956a121f8540f4.tar.bz2 |
Cleanup: Remove unneeded includes of pref_names.h
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6122006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71283 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r-- | chrome/browser/plugin_service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h index d24c4e2..e90f6a7 100644 --- a/chrome/browser/plugin_service.h +++ b/chrome/browser/plugin_service.h @@ -16,6 +16,7 @@ #include "base/hash_tables.h" #include "base/singleton.h" #include "base/synchronization/waitable_event_watcher.h" +#include "build/build_config.h" #include "chrome/browser/plugin_process_host.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" |