Fix ui/gfx/geometry headers
This commit is contained in:
parent
33f0b2ad89
commit
c0356f0269
3 changed files with 7 additions and 7 deletions
|
@ -6,9 +6,9 @@
|
|||
#define BRIGHTRAY_BROWSER_DEVTOOLS_CONTENTS_RESIZING_STRATEGY_H_
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "ui/gfx/insets.h"
|
||||
#include "ui/gfx/rect.h"
|
||||
#include "ui/gfx/size.h"
|
||||
#include "ui/gfx/geometry/insets.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
#include "ui/gfx/geometry/size.h"
|
||||
|
||||
// This class knows how to resize both DevTools and inspected WebContents
|
||||
// inside a browser window hierarchy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue