Index: content/browser/web_contents/web_drag_dest_win.cc |
diff --git a/content/browser/web_contents/web_drag_dest_win.cc b/content/browser/web_contents/web_drag_dest_win.cc |
index af0e7246de2e1345738d53929fd072ccf1da139d..60f0c0593a9168c8a272518e1e5583661c34728d 100644 |
--- a/content/browser/web_contents/web_drag_dest_win.cc |
+++ b/content/browser/web_contents/web_drag_dest_win.cc |
@@ -14,7 +14,6 @@ |
#include "content/public/browser/web_contents_delegate.h" |
#include "content/public/browser/web_drag_dest_delegate.h" |
#include "content/public/common/drop_data.h" |
-#include "googleurl/src/gurl.h" |
#include "net/base/net_util.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
#include "ui/base/clipboard/clipboard_util_win.h" |
@@ -22,6 +21,7 @@ |
#include "ui/base/dragdrop/os_exchange_data_provider_win.h" |
#include "ui/base/window_open_disposition.h" |
#include "ui/gfx/point.h" |
+#include "url/gurl.h" |
using WebKit::WebDragOperationNone; |
using WebKit::WebDragOperationCopy; |