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

Unified Diff: content/browser/web_contents/web_drag_source_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_source_win.cc
diff --git a/content/browser/tab_contents/web_drag_source_win.cc b/content/browser/web_contents/web_drag_source_win.cc
similarity index 97%
rename from content/browser/tab_contents/web_drag_source_win.cc
rename to content/browser/web_contents/web_drag_source_win.cc
index 82b7f292b186605d748f2890a718ef38f2ea79fd..a73df23fae026bfc74bf4e8cf9ae80940828950f 100644
--- a/content/browser/tab_contents/web_drag_source_win.cc
+++ b/content/browser/web_contents/web_drag_source_win.cc
@@ -2,11 +2,11 @@
// 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_source_win.h"
+#include "content/browser/web_contents/web_drag_source_win.h"
#include "base/bind.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/browser_thread.h"
#include "content/public/browser/notification_source.h"
#include "content/public/browser/notification_types.h"
« no previous file with comments | « content/browser/web_contents/web_drag_source_win.h ('k') | content/browser/web_contents/web_drag_utils_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698