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

Unified Diff: chrome/browser/ui/extensions/application_launch_web_app.cc

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
« no previous file with comments | « chrome/browser/ui/extensions/app_launch_params.h ('k') | chrome/browser/ui/find_bar/find_bar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/application_launch_web_app.cc
diff --git a/chrome/browser/ui/extensions/application_launch_web_app.cc b/chrome/browser/ui/extensions/application_launch_web_app.cc
index 372aee1d7319d26a03cc73cc8c245332c3118322..c8f20accf01a1ed44242a6a3a168e49965a2f97d 100644
--- a/chrome/browser/ui/extensions/application_launch_web_app.cc
+++ b/chrome/browser/ui/extensions/application_launch_web_app.cc
@@ -27,7 +27,7 @@
#include "extensions/browser/extension_registry.h"
#include "extensions/common/extension.h"
#include "ui/base/window_open_disposition.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
#if defined(OS_MACOSX)
#include "chrome/browser/ui/browser_commands_mac.h"
« no previous file with comments | « chrome/browser/ui/extensions/app_launch_params.h ('k') | chrome/browser/ui/find_bar/find_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698