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

Unified Diff: extensions/common/draggable_region.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: extensions/common/draggable_region.h
diff --git a/extensions/common/draggable_region.h b/extensions/common/draggable_region.h
index 8b22aa332c5800c10bbcfd8d6678b378ac2ed490..328a05d7b3e3e5f2fea65f0b8f26116a99b2c492 100644
--- a/extensions/common/draggable_region.h
+++ b/extensions/common/draggable_region.h
@@ -5,7 +5,7 @@
#ifndef EXTENSIONS_COMMON_DRAGGABLE_REGION_H_
#define EXTENSIONS_COMMON_DRAGGABLE_REGION_H_
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
namespace extensions {

Powered by Google App Engine
This is Rietveld 408576698