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

Unified Diff: content/browser/web_contents/web_drag_dest_mac.mm

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_mac.mm
diff --git a/content/browser/tab_contents/web_drag_dest_mac.mm b/content/browser/web_contents/web_drag_dest_mac.mm
similarity index 99%
rename from content/browser/tab_contents/web_drag_dest_mac.mm
rename to content/browser/web_contents/web_drag_dest_mac.mm
index 5db094a6b0ba6054051a27e17cdb67dbccb4fcc1..55e79858bf8d626d32b38f6f4c316a2a7533944b 100644
--- a/content/browser/tab_contents/web_drag_dest_mac.mm
+++ b/content/browser/web_contents/web_drag_dest_mac.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "content/browser/tab_contents/web_drag_dest_mac.h"
+#import "content/browser/web_contents/web_drag_dest_mac.h"
#include "base/sys_string_conversions.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
« no previous file with comments | « content/browser/web_contents/web_drag_dest_mac.h ('k') | content/browser/web_contents/web_drag_dest_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698