| Index: content/browser/web_contents/web_drag_dest_win.cc
|
| diff --git a/content/browser/tab_contents/web_drag_dest_win.cc b/content/browser/web_contents/web_drag_dest_win.cc
|
| similarity index 98%
|
| rename from content/browser/tab_contents/web_drag_dest_win.cc
|
| rename to content/browser/web_contents/web_drag_dest_win.cc
|
| index 1fcb49bb44ea3046a4d068b7d66683ff02ad2c32..9e5aed3e0e3fa80e11b8d82b953df4a674524f47 100644
|
| --- a/content/browser/tab_contents/web_drag_dest_win.cc
|
| +++ b/content/browser/web_contents/web_drag_dest_win.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/browser/tab_contents/web_drag_dest_win.h"
|
| +#include "content/browser/web_contents/web_drag_dest_win.h"
|
|
|
| #include <windows.h>
|
| #include <shlobj.h>
|
|
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| -#include "content/browser/tab_contents/web_drag_utils_win.h"
|
| +#include "content/browser/web_contents/web_drag_utils_win.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_drag_dest_delegate.h"
|
| #include "googleurl/src/gurl.h"
|
|
|