| Index: chrome/browser/ui/webui/sync_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/sync_internals_ui.cc b/chrome/browser/ui/webui/sync_internals_ui.cc
|
| index 8fafa3fef7f2bdea197a7228959a3d1258a838c8..5a7a995048801e056c8cf57683dd210e0eb11aa3 100644
|
| --- a/chrome/browser/ui/webui/sync_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/sync_internals_ui.cc
|
| @@ -12,13 +12,9 @@
|
| #include "base/tracked_objects.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/js/js_arg_list.h"
|
| -#include "chrome/browser/sync/js/js_controller.h"
|
| -#include "chrome/browser/sync/js/js_event_details.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/sync/sync_ui_util.h"
|
| -#include "chrome/browser/sync/util/weak_handle.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| #include "chrome/browser/ui/webui/chrome_web_ui_data_source.h"
|
| @@ -27,6 +23,10 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/browser/web_ui.h"
|
| #include "grit/sync_internals_resources.h"
|
| +#include "sync/js/js_arg_list.h"
|
| +#include "sync/js/js_controller.h"
|
| +#include "sync/js/js_event_details.h"
|
| +#include "sync/util/weak_handle.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| using browser_sync::JsArgList;
|
|
|