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 25adb33bcb7ed4c0f56cb0e0f559332ad7772063..d9029e94fc04f1f78429785ea9b383413c503252 100644 |
--- a/chrome/browser/ui/webui/sync_internals_ui.cc |
+++ b/chrome/browser/ui/webui/sync_internals_ui.cc |
@@ -12,9 +12,9 @@ |
#include "base/tracked_objects.h" |
#include "base/values.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/sync/js_arg_list.h" |
-#include "chrome/browser/sync/js_controller.h" |
-#include "chrome/browser/sync/js_event_details.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/sync_ui_util.h" |
#include "chrome/browser/sync/weak_handle.h" |