| Index: chrome/browser/remoting/remoting_setup_flow.cc
|
| diff --git a/chrome/browser/remoting/remoting_setup_flow.cc b/chrome/browser/remoting/remoting_setup_flow.cc
|
| index b0975c5c04efd9fb669f80c41c3c3ac034a6c33f..a7975bc1f2d4e39d99b6cbc50c0f32692b289d87 100644
|
| --- a/chrome/browser/remoting/remoting_setup_flow.cc
|
| +++ b/chrome/browser/remoting/remoting_setup_flow.cc
|
| @@ -10,8 +10,6 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/browser.h"
|
| -#include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/dom_ui/chrome_url_data_manager.h"
|
| #include "chrome/browser/dom_ui/dom_ui_util.h"
|
| #include "chrome/browser/platform_util.h"
|
| @@ -23,6 +21,8 @@
|
| #include "chrome/browser/service/service_process_control.h"
|
| #include "chrome/browser/service/service_process_control_manager.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| +#include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
| #include "chrome/common/net/gaia/gaia_constants.h"
|
| #include "chrome/common/net/gaia/google_service_auth_error.h"
|
|
|