| Index: ui/base/cocoa/base_view.h
|
| diff --git a/ui/base/cocoa/base_view.h b/ui/base/cocoa/base_view.h
|
| index ac7bba42175d1febab7a7bb69578b0a0663d1355..642ada2011d0812a58ed8c8ace2895b803b850cf 100644
|
| --- a/ui/base/cocoa/base_view.h
|
| +++ b/ui/base/cocoa/base_view.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/mac/scoped_nsobject.h"
|
| #import "ui/base/cocoa/tracking_area.h"
|
| #include "ui/base/ui_base_export.h"
|
| -#include "ui/gfx/rect.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
|
|
| // A view that provides common functionality that many views will need:
|
| // - Automatic registration for mouse-moved events.
|
|
|