| Index: chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm (revision 76467)
|
| +++ chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm (working copy)
|
| @@ -7,8 +7,8 @@
|
| #include "base/sys_string_conversions.h"
|
| #include "chrome/browser/bookmarks/bookmark_node_data.h"
|
| #include "chrome/browser/bookmarks/bookmark_pasteboard_helper_mac.h"
|
| -#include "chrome/browser/renderer_host/render_view_host.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| +#include "content/browser/renderer_host/render_view_host.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| #import "third_party/mozilla/NSPasteboard+Utils.h"
|
| #include "webkit/glue/webdropdata.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
|
|