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

Unified Diff: chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 12 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/ui/cocoa/panels/panel_utils_cocoa.h
diff --git a/chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h
index 38e6cff8b902f7a7ec43e1a6d36f6a7e3ff69063..f822bc7a90f9efb3cb7c7a2af3bf925fac54dc5d 100644
--- a/chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h
+++ b/chrome/browser/ui/cocoa/panels/panel_utils_cocoa.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
#include "ui/gfx/geometry/point.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
namespace cocoa_utils {
« no previous file with comments | « chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.h ('k') | chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698