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

Unified Diff: chrome/browser/tab_contents/tab_contents_view_mac.mm

Issue 6358008: [Mac] Organize some files into chrome/browser/ui/cocoa/tab_contents/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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: chrome/browser/tab_contents/tab_contents_view_mac.mm
===================================================================
--- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 71953)
+++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy)
@@ -19,9 +19,9 @@
#include "chrome/browser/tab_contents/tab_contents_delegate.h"
#import "chrome/browser/ui/cocoa/focus_tracker.h"
#import "chrome/browser/ui/cocoa/browser_window_controller.h"
-#include "chrome/browser/ui/cocoa/sad_tab_controller.h"
-#import "chrome/browser/ui/cocoa/web_drag_source.h"
-#import "chrome/browser/ui/cocoa/web_drop_target.h"
+#import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
+#import "chrome/browser/ui/cocoa/tab_contents/web_drag_source.h"
+#import "chrome/browser/ui/cocoa/tab_contents/web_drop_target.h"
#import "chrome/browser/ui/cocoa/view_id_util.h"
#import "chrome/common/chrome_application_mac.h"
#include "chrome/common/notification_details.h"
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/bookmarks/bookmark_drag_source.h » ('j') | chrome/browser/ui/cocoa/tab_contents/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698