| Index: content/browser/web_contents/web_drag_utils_win.cc
|
| diff --git a/content/browser/tab_contents/web_drag_utils_win.cc b/content/browser/web_contents/web_drag_utils_win.cc
|
| similarity index 96%
|
| rename from content/browser/tab_contents/web_drag_utils_win.cc
|
| rename to content/browser/web_contents/web_drag_utils_win.cc
|
| index 53c40b0e4f5182ffa703d41ac8b28a90692494d5..8781cc61c5bc60eae9db59fae687da8c52e91e00 100644
|
| --- a/content/browser/tab_contents/web_drag_utils_win.cc
|
| +++ b/content/browser/web_contents/web_drag_utils_win.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_utils_win.h"
|
| +#include "content/browser/web_contents/web_drag_utils_win.h"
|
|
|
| #include <oleidl.h>
|
| #include "base/logging.h"
|
|
|