summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/js')
-rw-r--r--chrome/browser/sync/js/DEPS4
-rw-r--r--chrome/browser/sync/js/js_sync_manager_observer.h2
-rw-r--r--chrome/browser/sync/js/js_sync_manager_observer_unittest.cc5
3 files changed, 6 insertions, 5 deletions
diff --git a/chrome/browser/sync/js/DEPS b/chrome/browser/sync/js/DEPS
index 0123cb9..3b29013 100644
--- a/chrome/browser/sync/js/DEPS
+++ b/chrome/browser/sync/js/DEPS
@@ -4,9 +4,7 @@ include_rules = [
"+chrome/browser/sync/js",
- # The following should live in their own "includes" directory(ies).
- # Bug 19878.
- "+chrome/browser/sync/engine/syncapi.h",
+ "+chrome/browser/sync/internal_api",
"+chrome/browser/sync/sessions/session_state.h",
"+chrome/browser/sync/syncable/model_type.h",
"+chrome/browser/sync/syncable/transaction_observer.h",
diff --git a/chrome/browser/sync/js/js_sync_manager_observer.h b/chrome/browser/sync/js/js_sync_manager_observer.h
index cc7c8c0..a4b364a 100644
--- a/chrome/browser/sync/js/js_sync_manager_observer.h
+++ b/chrome/browser/sync/js/js_sync_manager_observer.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/basictypes.h"
-#include "chrome/browser/sync/engine/syncapi.h"
+#include "chrome/browser/sync/internal_api/sync_manager.h"
#include "chrome/browser/sync/weak_handle.h"
namespace tracked_objects {
diff --git a/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc b/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc
index a29b9aa..4ffd253 100644
--- a/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc
+++ b/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc
@@ -10,7 +10,10 @@
#include "base/message_loop.h"
#include "base/tracked.h"
#include "base/values.h"
-#include "chrome/browser/sync/engine/syncapi.h"
+#include "chrome/browser/sync/internal_api/read_node.h"
+#include "chrome/browser/sync/internal_api/read_transaction.h"
+#include "chrome/browser/sync/internal_api/write_node.h"
+#include "chrome/browser/sync/internal_api/write_transaction.h"
#include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js/js_test_util.h"