diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 00:36:15 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 00:36:15 +0000 |
commit | 1bbbc496bc3a19f17d0ec415f8260dddf151aa78 (patch) | |
tree | fb4a1f1b14a0730ebd67cfd8371ea342a477c4e0 /content/ppapi_plugin | |
parent | 1dec157f94b4a3a3b3915e26c3bd804ce98e2cac (diff) | |
download | chromium_src-1bbbc496bc3a19f17d0ec415f8260dddf151aa78.zip chromium_src-1bbbc496bc3a19f17d0ec415f8260dddf151aa78.tar.gz chromium_src-1bbbc496bc3a19f17d0ec415f8260dddf151aa78.tar.bz2 |
Get rid of webkit/plugins/plugin_switches.* and move them to content/public/common/content_switches. I also sorted the latter.
BUG=265753
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/22394006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc index 2315729..73d51ad 100644 --- a/content/ppapi_plugin/ppapi_thread.cc +++ b/content/ppapi_plugin/ppapi_thread.cc @@ -23,6 +23,7 @@ #include "content/ppapi_plugin/plugin_process_dispatcher.h" #include "content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h" #include "content/public/common/content_client.h" +#include "content/public/common/content_switches.h" #include "content/public/common/pepper_plugin_info.h" #include "content/public/common/sandbox_init.h" #include "content/public/plugin/content_plugin_client.h" @@ -39,7 +40,6 @@ #include "ppapi/shared_impl/api_id.h" #include "third_party/WebKit/public/web/WebKit.h" #include "ui/base/ui_base_switches.h" -#include "webkit/plugins/plugin_switches.h" #if defined(OS_WIN) #include "base/win/win_util.h" |