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

Unified Diff: content/browser/tab_contents/web_contents_view_mac.mm

Issue 9420007: Move RenderWidgetHostView into content namespace. Fix include paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux_chromeos_gtk build issue not caught by trybots. Created 8 years, 10 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/tab_contents/web_contents_view_mac.mm
diff --git a/content/browser/tab_contents/web_contents_view_mac.mm b/content/browser/tab_contents/web_contents_view_mac.mm
index 9691ae1f66950540ee1d7e9349835b8ddb031cf3..27a0341bd9651b3436a51a16838b2504a820d5b4 100644
--- a/content/browser/tab_contents/web_contents_view_mac.mm
+++ b/content/browser/tab_contents/web_contents_view_mac.mm
@@ -19,14 +19,15 @@
#import "content/browser/tab_contents/web_drag_dest_mac.h"
#import "content/browser/tab_contents/web_drag_source_mac.h"
#include "content/common/view_messages.h"
-#include "content/public/browser/web_contents_view_mac_delegate.h"
#include "content/public/browser/web_contents_delegate.h"
+#include "content/public/browser/web_contents_view_mac_delegate.h"
#include "skia/ext/skia_utils_mac.h"
#import "third_party/mozilla/NSPasteboard+Utils.h"
#import "ui/base/cocoa/focus_tracker.h"
using WebKit::WebDragOperation;
using WebKit::WebDragOperationsMask;
+using content::RenderWidgetHostView;
using content::WebContents;
// Ensure that the WebKit::WebDragOperation enum values stay in sync with
« no previous file with comments | « content/browser/tab_contents/web_contents_view_mac.h ('k') | content/public/browser/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698