| Index: chrome/browser/background/background_contents.cc
|
| diff --git a/chrome/browser/background/background_contents.cc b/chrome/browser/background/background_contents.cc
|
| index 137ade49764fdea7840b661ca902b397fcd92281..9d015339f7c88f670b1adfbaef39d26798c33b21 100644
|
| --- a/chrome/browser/background/background_contents.cc
|
| +++ b/chrome/browser/background/background_contents.cc
|
| @@ -17,7 +17,7 @@
|
| #include "content/public/browser/site_instance.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "extensions/browser/view_type_utils.h"
|
| -#include "ui/gfx/rect.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
|
|
| using content::SiteInstance;
|
| using content::WebContents;
|
|
|