| Index: chrome/browser/ui/cocoa/drag_util.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/drag_util.mm (revision 212806)
|
| +++ chrome/browser/ui/cocoa/drag_util.mm (working copy)
|
| @@ -8,13 +8,13 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "content/public/browser/plugin_service.h"
|
| #include "content/public/common/url_constants.h"
|
| +#include "content/public/common/webplugininfo.h"
|
| #include "ipc/ipc_message.h"
|
| #include "net/base/mime_util.h"
|
| #include "net/base/net_util.h"
|
| #import "third_party/mozilla/NSPasteboard+Utils.h"
|
| #import "ui/base/dragdrop/cocoa_dnd_util.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/plugins/webplugininfo.h"
|
|
|
| using content::PluginService;
|
|
|
| @@ -39,7 +39,7 @@
|
| // TODO(bauerb): This possibly uses stale information, but it's guaranteed not
|
| // to do disk access.
|
| bool allow_wildcard = false;
|
| - webkit::WebPluginInfo plugin;
|
| + content::WebPluginInfo plugin;
|
| return PluginService::GetInstance()->GetPluginInfo(
|
| -1, // process ID
|
| MSG_ROUTING_NONE, // routing ID
|
|
|