BrowserPlugin: Moving constants to content/common
To allow constants to be shared by both content/browser/browser_plugin/ and
content/renderer/browser_plugin this CL moves it to content/common/browser_plugin.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/12388086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186125 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index fabc761..f3212ade 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -39,7 +39,7 @@
#include "content/browser/webui/generic_handler.h"
#include "content/browser/webui/web_ui_controller_factory_registry.h"
#include "content/browser/webui/web_ui_impl.h"
-#include "content/common/browser_plugin_messages.h"
+#include "content/common/browser_plugin/browser_plugin_messages.h"
#include "content/common/icon_messages.h"
#include "content/common/ssl_status_serialization.h"
#include "content/common/view_messages.h"