Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: content/browser/web_contents/web_drag_dest_win.cc

Issue 10014024: TabContents -> WebContentsImpl, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
« no previous file with comments | « content/browser/web_contents/web_drag_dest_win.h ('k') | content/browser/web_contents/web_drag_source_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698