summaryrefslogtreecommitdiffstats
path: root/content/plugin
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 17:14:03 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-14 17:14:03 +0000
commita1d291615b8e8ee9cb3d9edc8fefde70ed8cb535 (patch)
tree029127817a38f4c214fb4b8897b8747d431aad08 /content/plugin
parentb48a93fae23ed15b5535c41694629da589757c4a (diff)
downloadchromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.zip
chromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.tar.gz
chromium_src-a1d291615b8e8ee9cb3d9edc8fefde70ed8cb535.tar.bz2
Move url_constansts.h to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8276022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin')
-rw-r--r--content/plugin/webplugin_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc
index 643d445..42dd084 100644
--- a/content/plugin/webplugin_proxy.cc
+++ b/content/plugin/webplugin_proxy.cc
@@ -14,9 +14,9 @@
#include "content/common/npobject_proxy.h"
#include "content/common/npobject_util.h"
#include "content/common/plugin_messages.h"
-#include "content/common/url_constants.h"
#include "content/plugin/plugin_channel.h"
#include "content/plugin/plugin_thread.h"
+#include "content/public/common/url_constants.h"
#include "skia/ext/platform_canvas.h"
#include "skia/ext/platform_device.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"