| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 33af834b5a6b7dab30dd101118fb10af6c87cb30..beae2ac7512de847f4c99cd496b91dfe60594e17 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -190,7 +190,7 @@
|
| #include "third_party/WebKit/public/web/WebWindowFeatures.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/window_open_disposition.h"
|
| -#include "ui/gfx/point.h"
|
| +#include "ui/gfx/geometry/point.h"
|
| #include "ui/shell_dialogs/selected_file_info.h"
|
|
|
| #if defined(OS_WIN)
|
|
|