From 105303e5d9bf528bb4163312b2fd318f218dd33b Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 14 Mar 2011 22:16:10 +0000 Subject: Move plugin messages to content. TBR=tsepez Review URL: http://codereview.chromium.org/6682033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78099 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/plugin_process_host_mac.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/plugin_process_host_mac.cc') diff --git a/content/browser/plugin_process_host_mac.cc b/content/browser/plugin_process_host_mac.cc index b329f2b..6d7bfb5 100644 --- a/content/browser/plugin_process_host_mac.cc +++ b/content/browser/plugin_process_host_mac.cc @@ -10,9 +10,9 @@ #include "base/logging.h" #include "base/mac/mac_util.h" -#include "chrome/common/plugin_messages.h" #include "content/browser/browser_thread.h" #include "content/browser/plugin_process_host.h" +#include "content/common/plugin_messages.h" #include "ui/gfx/rect.h" void PluginProcessHost::OnPluginSelectWindow(uint32 window_id, -- cgit v1.1