diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 01:18:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 01:18:58 +0000 |
commit | cc6e701be963178587b1e6edab1c74ec025ad9c0 (patch) | |
tree | eb2b7fbfa27c75edfa563adf10f93ba855575c38 /chrome/common/default_plugin.cc | |
parent | d8e0a0c7cd72ceeb3ae0675018856cf66c70e1f2 (diff) | |
download | chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.zip chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.tar.gz chromium_src-cc6e701be963178587b1e6edab1c74ec025ad9c0.tar.bz2 |
Move default_plugin out of webkit.
BUG=48419
Review URL: http://codereview.chromium.org/2803035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/default_plugin.cc')
-rw-r--r-- | chrome/common/default_plugin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/default_plugin.cc b/chrome/common/default_plugin.cc index 2dc8488..bba738b 100644 --- a/chrome/common/default_plugin.cc +++ b/chrome/common/default_plugin.cc @@ -4,8 +4,8 @@ #include "chrome/common/default_plugin.h" +#include "chrome/default_plugin/plugin_main.h" #include "webkit/glue/plugins/plugin_list.h" -#include "webkit/default_plugin/plugin_main.h" namespace chrome { |