| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index b63c88b9b49a857e27f959605d27c80b888ab6b1..9436c7dc27c536936673cfe7d9327ca2f96dd889 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -25,7 +25,6 @@
|
| #include "base/tracked_objects.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/about_flags.h"
|
| -#include "chrome/browser/browser.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_thread.h"
|
| #include "chrome/browser/defaults.h"
|
| @@ -43,6 +42,7 @@
|
| #include "chrome/browser/renderer_host/render_view_host.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
| +#include "chrome/browser/ui/browser.h"
|
| #include "chrome/common/about_handler.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_version_info.h"
|
|
|