| Index: content/browser/web_contents/web_drag_dest_gtk.cc
|
| diff --git a/content/browser/tab_contents/web_drag_dest_gtk.cc b/content/browser/web_contents/web_drag_dest_gtk.cc
|
| similarity index 99%
|
| rename from content/browser/tab_contents/web_drag_dest_gtk.cc
|
| rename to content/browser/web_contents/web_drag_dest_gtk.cc
|
| index 304350e43a1048a19b3a4ab4dd1e3c47122de51e..572a135ccd14adeb3e3316d3db88db9b0c2fdb77 100644
|
| --- a/content/browser/tab_contents/web_drag_dest_gtk.cc
|
| +++ b/content/browser/web_contents/web_drag_dest_gtk.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_dest_gtk.h"
|
| +#include "content/browser/web_contents/web_drag_dest_gtk.h"
|
|
|
| #include <string>
|
|
|
|
|