diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
commit | 54087fe8d2a28e337a2147d13130586331e918d0 (patch) | |
tree | 1192be7b52d8a1d889eefd3a203d8625547f6367 /content/plugin | |
parent | ca2e7208d1f662943849fbefecb88e38008881b8 (diff) | |
download | chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.zip chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.gz chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.bz2 |
Move PageZoom enum into content/public/common and into the content namespace. Also move content_costants to content/public/common.
BUG=98716
Review URL: http://codereview.chromium.org/8413051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 1f98e50..cf6d263 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -8,13 +8,13 @@ #include "base/command_line.h" #include "base/string_number_conversions.h" -#include "content/common/content_constants.h" #include "content/common/npobject_stub.h" #include "content/common/plugin_messages.h" #include "content/plugin/plugin_channel.h" #include "content/plugin/plugin_thread.h" #include "content/plugin/webplugin_proxy.h" #include "content/public/common/content_client.h" +#include "content/public/common/content_constants.h" #include "content/public/common/content_switches.h" #include "third_party/npapi/bindings/npapi.h" #include "third_party/npapi/bindings/npruntime.h" |