Commit 649840c7 authored by tfarina@chromium.org's avatar tfarina@chromium.org

sync: Move all the js_* files into a js/ subdirectory.

Note: This was a TODO for akalin.

BUG=None
TEST=None

R=akalin@chromium.org

Review URL: http://codereview.chromium.org/7497051

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96169 0039d316-1c4b-4281-b951-d872f2087c98
parent 95ba7ac4
...@@ -16,8 +16,6 @@ An event has a name and a details object, which is represented by a ...@@ -16,8 +16,6 @@ An event has a name and a details object, which is represented by a
JsEventDetails (js_event_details.h) object, which is basically a JsEventDetails (js_event_details.h) object, which is basically a
wrapper around an immutable DictionaryValue. wrapper around an immutable DictionaryValue.
TODO(akalin): Move all the js_* files into a js/ subdirectory.
Message/event flow Message/event flow
------------------ ------------------
......
...@@ -34,20 +34,20 @@ ...@@ -34,20 +34,20 @@
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/engine/all_status.h" #include "chrome/browser/sync/engine/all_status.h"
#include "chrome/browser/sync/engine/change_reorder_buffer.h" #include "chrome/browser/sync/engine/change_reorder_buffer.h"
#include "chrome/browser/sync/engine/http_post_provider_factory.h"
#include "chrome/browser/sync/engine/model_safe_worker.h" #include "chrome/browser/sync/engine/model_safe_worker.h"
#include "chrome/browser/sync/engine/nudge_source.h"
#include "chrome/browser/sync/engine/net/server_connection_manager.h" #include "chrome/browser/sync/engine/net/server_connection_manager.h"
#include "chrome/browser/sync/engine/net/syncapi_server_connection_manager.h" #include "chrome/browser/sync/engine/net/syncapi_server_connection_manager.h"
#include "chrome/browser/sync/engine/nudge_source.h"
#include "chrome/browser/sync/engine/sync_scheduler.h" #include "chrome/browser/sync/engine/sync_scheduler.h"
#include "chrome/browser/sync/engine/syncer.h" #include "chrome/browser/sync/engine/syncer.h"
#include "chrome/browser/sync/engine/http_post_provider_factory.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_backend.h"
#include "chrome/browser/sync/js_backend.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_reply_handler.h"
#include "chrome/browser/sync/js_reply_handler.h" #include "chrome/browser/sync/js/js_sync_manager_observer.h"
#include "chrome/browser/sync/js_sync_manager_observer.h" #include "chrome/browser/sync/js/js_transaction_observer.h"
#include "chrome/browser/sync/js_transaction_observer.h"
#include "chrome/browser/sync/notifier/sync_notifier.h" #include "chrome/browser/sync/notifier/sync_notifier.h"
#include "chrome/browser/sync/notifier/sync_notifier_observer.h" #include "chrome/browser/sync/notifier/sync_notifier_observer.h"
#include "chrome/browser/sync/protocol/app_specifics.pb.h" #include "chrome/browser/sync/protocol/app_specifics.pb.h"
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
#include "chrome/browser/sync/sessions/sync_session_context.h" #include "chrome/browser/sync/sessions/sync_session_context.h"
#include "chrome/browser/sync/syncable/directory_change_delegate.h" #include "chrome/browser/sync/syncable/directory_change_delegate.h"
#include "chrome/browser/sync/syncable/directory_manager.h" #include "chrome/browser/sync/syncable/directory_manager.h"
#include "chrome/browser/sync/syncable/model_type_payload_map.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
#include "chrome/browser/sync/syncable/model_type_payload_map.h"
#include "chrome/browser/sync/syncable/nigori_util.h" #include "chrome/browser/sync/syncable/nigori_util.h"
#include "chrome/browser/sync/syncable/syncable.h" #include "chrome/browser/sync/syncable/syncable.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
#include "chrome/browser/sync/engine/http_post_provider_interface.h" #include "chrome/browser/sync/engine/http_post_provider_interface.h"
#include "chrome/browser/sync/engine/model_safe_worker.h" #include "chrome/browser/sync/engine/model_safe_worker.h"
#include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_backend.h" #include "chrome/browser/sync/js/js_backend.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/js_reply_handler.h" #include "chrome/browser/sync/js/js_reply_handler.h"
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "chrome/browser/sync/notifier/sync_notifier.h" #include "chrome/browser/sync/notifier/sync_notifier.h"
#include "chrome/browser/sync/notifier/sync_notifier_observer.h" #include "chrome/browser/sync/notifier/sync_notifier_observer.h"
#include "chrome/browser/sync/protocol/bookmark_specifics.pb.h" #include "chrome/browser/sync/protocol/bookmark_specifics.pb.h"
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
#include "chrome/browser/sync/glue/http_bridge.h" #include "chrome/browser/sync/glue/http_bridge.h"
#include "chrome/browser/sync/glue/password_model_worker.h" #include "chrome/browser/sync/glue/password_model_worker.h"
#include "chrome/browser/sync/glue/sync_backend_host.h" #include "chrome/browser/sync/glue/sync_backend_host.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/notifier/sync_notifier.h" #include "chrome/browser/sync/notifier/sync_notifier.h"
#include "chrome/browser/sync/sessions/session_state.h" #include "chrome/browser/sync/sessions/session_state.h"
// TODO(tim): Remove this! We should have a syncapi pass-thru instead. // TODO(tim): Remove this! We should have a syncapi pass-thru instead.
......
...@@ -19,12 +19,12 @@ ...@@ -19,12 +19,12 @@
#include "base/synchronization/lock.h" #include "base/synchronization/lock.h"
#include "base/threading/thread.h" #include "base/threading/thread.h"
#include "base/timer.h" #include "base/timer.h"
#include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/engine/configure_reason.h" #include "chrome/browser/sync/engine/configure_reason.h"
#include "chrome/browser/sync/engine/model_safe_worker.h" #include "chrome/browser/sync/engine/model_safe_worker.h"
#include "chrome/browser/sync/js_backend.h" #include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/glue/ui_model_worker.h" #include "chrome/browser/sync/glue/ui_model_worker.h"
#include "chrome/browser/sync/js/js_backend.h"
#include "chrome/browser/sync/notifier/sync_notifier_factory.h" #include "chrome/browser/sync/notifier/sync_notifier_factory.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "base/json/json_writer.h" #include "base/json/json_writer.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_ARG_LIST_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
#define CHROME_BROWSER_SYNC_JS_ARG_LIST_H_ #define CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -40,4 +40,4 @@ class JsArgList { ...@@ -40,4 +40,4 @@ class JsArgList {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_ARG_LIST_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_ARG_LIST_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "base/memory/scoped_ptr.h" #include "base/memory/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_BACKEND_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_BACKEND_H_
#define CHROME_BROWSER_SYNC_JS_BACKEND_H_ #define CHROME_BROWSER_SYNC_JS_JS_BACKEND_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -38,4 +38,4 @@ class JsBackend { ...@@ -38,4 +38,4 @@ class JsBackend {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_BACKEND_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_BACKEND_H_
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_CONTROLLER_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_CONTROLLER_H_
#define CHROME_BROWSER_SYNC_JS_CONTROLLER_H_ #define CHROME_BROWSER_SYNC_JS_JS_CONTROLLER_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -47,4 +47,4 @@ class JsController { ...@@ -47,4 +47,4 @@ class JsController {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_CONTROLLER_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_CONTROLLER_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "base/json/json_writer.h" #include "base/json/json_writer.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_EVENT_DETAILS_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_EVENT_DETAILS_H_
#define CHROME_BROWSER_SYNC_JS_EVENT_DETAILS_H_ #define CHROME_BROWSER_SYNC_JS_JS_EVENT_DETAILS_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -40,4 +40,4 @@ class JsEventDetails { ...@@ -40,4 +40,4 @@ class JsEventDetails {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_EVENT_DETAILS_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_EVENT_DETAILS_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "base/memory/scoped_ptr.h" #include "base/memory/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_EVENT_HANDLER_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_EVENT_HANDLER_H_
#define CHROME_BROWSER_SYNC_JS_EVENT_HANDLER_H_ #define CHROME_BROWSER_SYNC_JS_JS_EVENT_HANDLER_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -27,4 +27,4 @@ class JsEventHandler { ...@@ -27,4 +27,4 @@ class JsEventHandler {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_EVENT_HANDLER_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_EVENT_HANDLER_H_
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_REPLY_HANDLER_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
#define CHROME_BROWSER_SYNC_JS_REPLY_HANDLER_H_ #define CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
#pragma once #pragma once
// See README.js for design comments. // See README.js for design comments.
...@@ -27,4 +27,4 @@ class JsReplyHandler { ...@@ -27,4 +27,4 @@ class JsReplyHandler {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_REPLY_HANDLER_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_REPLY_HANDLER_H_
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_sync_manager_observer.h" #include "chrome/browser/sync/js/js_sync_manager_observer.h"
#include <cstddef> #include <cstddef>
#include "base/logging.h" #include "base/logging.h"
#include "base/tracked.h" #include "base/tracked.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/sessions/session_state.h" #include "chrome/browser/sync/sessions/session_state.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_SYNC_MANAGER_OBSERVER_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_SYNC_MANAGER_OBSERVER_H_
#define CHROME_BROWSER_SYNC_JS_SYNC_MANAGER_OBSERVER_H_ #define CHROME_BROWSER_SYNC_JS_JS_SYNC_MANAGER_OBSERVER_H_
#pragma once #pragma once
#include <string> #include <string>
...@@ -62,4 +62,4 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer { ...@@ -62,4 +62,4 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_SYNC_MANAGER_OBSERVER_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_SYNC_MANAGER_OBSERVER_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_sync_manager_observer.h" #include "chrome/browser/sync/js/js_sync_manager_observer.h"
#include <cstddef> #include <cstddef>
...@@ -11,9 +11,9 @@ ...@@ -11,9 +11,9 @@
#include "base/tracked.h" #include "base/tracked.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "chrome/browser/sync/sessions/session_state.h" #include "chrome/browser/sync/sessions/session_state.h"
#include "chrome/browser/sync/syncable/model_type.h" #include "chrome/browser/sync/syncable/model_type.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/memory/scoped_ptr.h" #include "base/memory/scoped_ptr.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_TEST_UTIL_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_TEST_UTIL_H_
#define CHROME_BROWSER_SYNC_JS_TEST_UTIL_H_ #define CHROME_BROWSER_SYNC_JS_JS_TEST_UTIL_H_
#pragma once #pragma once
#include <ostream> #include <ostream>
#include <string> #include <string>
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "chrome/browser/sync/js_backend.h" #include "chrome/browser/sync/js/js_backend.h"
#include "chrome/browser/sync/js_controller.h" #include "chrome/browser/sync/js/js_controller.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/js_reply_handler.h" #include "chrome/browser/sync/js/js_reply_handler.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
...@@ -106,4 +106,4 @@ class MockJsReplyHandler ...@@ -106,4 +106,4 @@ class MockJsReplyHandler
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_TEST_UTIL_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_TEST_UTIL_H_
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "chrome/browser/sync/js_transaction_observer.h" #include "chrome/browser/sync/js/js_transaction_observer.h"
#include <sstream> #include <sstream>
#include <string> #include <string>
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
#include "base/logging.h" #include "base/logging.h"
#include "base/tracked.h" #include "base/tracked.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_JS_TRANSACTION_OBSERVER_H_ #ifndef CHROME_BROWSER_SYNC_JS_JS_TRANSACTION_OBSERVER_H_
#define CHROME_BROWSER_SYNC_JS_TRANSACTION_OBSERVER_H_ #define CHROME_BROWSER_SYNC_JS_JS_TRANSACTION_OBSERVER_H_
#pragma once #pragma once
#include <string> #include <string>
...@@ -58,4 +58,4 @@ class JsTransactionObserver : public syncable::TransactionObserver { ...@@ -58,4 +58,4 @@ class JsTransactionObserver : public syncable::TransactionObserver {
} // namespace browser_sync } // namespace browser_sync
#endif // CHROME_BROWSER_SYNC_JS_TRANSACTION_OBSERVER_H_ #endif // CHROME_BROWSER_SYNC_JS_JS_TRANSACTION_OBSERVER_H_
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/glue/data_type_manager.h" #include "chrome/browser/sync/glue/data_type_manager.h"
#include "chrome/browser/sync/glue/session_data_type_controller.h" #include "chrome/browser/sync/glue/session_data_type_controller.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/profile_sync_factory.h" #include "chrome/browser/sync/profile_sync_factory.h"
#include "chrome/browser/sync/signin_manager.h" #include "chrome/browser/sync/signin_manager.h"
#include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser.h"
......
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
#include "chrome/browser/net/gaia/token_service.h" #include "chrome/browser/net/gaia/token_service.h"
#include "chrome/browser/sync/glue/bookmark_data_type_controller.h" #include "chrome/browser/sync/glue/bookmark_data_type_controller.h"
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "chrome/browser/sync/profile_sync_factory_mock.h" #include "chrome/browser/sync/profile_sync_factory_mock.h"
#include "chrome/browser/sync/test_profile_sync_service.h" #include "chrome/browser/sync/test_profile_sync_service.h"
#include "chrome/common/net/gaia/gaia_constants.h" #include "chrome/common/net/gaia/gaia_constants.h"
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
#include "chrome/browser/sync/sync_js_controller.h" #include "chrome/browser/sync/sync_js_controller.h"
#include "chrome/browser/sync/js_backend.h" #include "chrome/browser/sync/js/js_backend.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "base/observer_list.h" #include "base/observer_list.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_controller.h" #include "chrome/browser/sync/js/js_controller.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
namespace browser_sync { namespace browser_sync {
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
#include "base/message_loop.h" #include "base/message_loop.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "testing/gmock/include/gmock/gmock.h" #include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
#include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/glue/data_type_controller.h" #include "chrome/browser/sync/glue/data_type_controller.h"
#include "chrome/browser/sync/glue/sync_backend_host.h" #include "chrome/browser/sync/glue/sync_backend_host.h"
#include "chrome/browser/sync/js_reply_handler.h" #include "chrome/browser/sync/js/js_reply_handler.h"
#include "chrome/browser/sync/profile_sync_factory.h" #include "chrome/browser/sync/profile_sync_factory.h"
#include "chrome/browser/sync/signin_manager.h"
#include "chrome/browser/sync/sessions/session_state.h" #include "chrome/browser/sync/sessions/session_state.h"
#include "chrome/browser/sync/signin_manager.h"
#include "chrome/browser/sync/syncable/directory_manager.h" #include "chrome/browser/sync/syncable/directory_manager.h"
#include "chrome/browser/sync/syncable/syncable.h" #include "chrome/browser/sync/syncable/syncable.h"
#include "chrome/common/chrome_notification_types.h" #include "chrome/common/chrome_notification_types.h"
......
...@@ -12,9 +12,9 @@ ...@@ -12,9 +12,9 @@
#include "base/tracked_objects.h" #include "base/tracked_objects.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_controller.h" #include "chrome/browser/sync/js/js_controller.h"
#include "chrome/browser/sync/js_event_details.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.h"
#include "chrome/browser/sync/sync_ui_util.h" #include "chrome/browser/sync/sync_ui_util.h"
#include "chrome/browser/sync/weak_handle.h" #include "chrome/browser/sync/weak_handle.h"
......
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
#include <string> #include <string>
#include "base/compiler_specific.h"
#include "base/basictypes.h" #include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "chrome/browser/sync/js_event_handler.h" #include "chrome/browser/sync/js/js_event_handler.h"
#include "chrome/browser/sync/js_reply_handler.h" #include "chrome/browser/sync/js/js_reply_handler.h"
#include "chrome/browser/ui/webui/chrome_web_ui.h" #include "chrome/browser/ui/webui/chrome_web_ui.h"
class ProfileSyncService; class ProfileSyncService;
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#include "base/message_loop.h" #include "base/message_loop.h"
#include "base/utf_string_conversions.h" #include "base/utf_string_conversions.h"
#include "base/values.h" #include "base/values.h"
#include "chrome/browser/sync/js_arg_list.h" #include "chrome/browser/sync/js/js_arg_list.h"
#include "chrome/browser/sync/js_event_details.h" #include "chrome/browser/sync/js/js_event_details.h"
#include "chrome/browser/sync/js_test_util.h" #include "chrome/browser/sync/js/js_test_util.h"
#include "chrome/browser/sync/profile_sync_service_mock.h" #include "chrome/browser/sync/profile_sync_service_mock.h"
#include "chrome/test/base/profile_mock.h" #include "chrome/test/base/profile_mock.h"
#include "content/browser/browser_thread.h" #include "content/browser/browser_thread.h"
......
...@@ -641,18 +641,18 @@ ...@@ -641,18 +641,18 @@
'browser/sync/engine/update_applicator.h', 'browser/sync/engine/update_applicator.h',
'browser/sync/engine/verify_updates_command.cc', 'browser/sync/engine/verify_updates_command.cc',
'browser/sync/engine/verify_updates_command.h', 'browser/sync/engine/verify_updates_command.h',
'browser/sync/js_arg_list.cc', 'browser/sync/js/js_arg_list.cc',
'browser/sync/js_arg_list.h', 'browser/sync/js/js_arg_list.h',
'browser/sync/js_backend.h', 'browser/sync/js/js_backend.h',
'browser/sync/js_controller.h', 'browser/sync/js/js_controller.h',
'browser/sync/js_event_details.cc', 'browser/sync/js/js_event_details.cc',
'browser/sync/js_event_details.h', 'browser/sync/js/js_event_details.h',
'browser/sync/js_event_handler.h', 'browser/sync/js/js_event_handler.h',
'browser/sync/js_reply_handler.h', 'browser/sync/js/js_reply_handler.h',
'browser/sync/js_sync_manager_observer.cc', 'browser/sync/js/js_sync_manager_observer.cc',
'browser/sync/js_sync_manager_observer.h', 'browser/sync/js/js_sync_manager_observer.h',
'browser/sync/js_transaction_observer.cc', 'browser/sync/js/js_transaction_observer.cc',
'browser/sync/js_transaction_observer.h', 'browser/sync/js/js_transaction_observer.h',
'browser/sync/protocol/proto_enum_conversions.cc', 'browser/sync/protocol/proto_enum_conversions.cc',
'browser/sync/protocol/proto_enum_conversions.h', 'browser/sync/protocol/proto_enum_conversions.h',
'browser/sync/protocol/proto_value_conversions.cc', 'browser/sync/protocol/proto_value_conversions.cc',
......
...@@ -315,8 +315,8 @@ ...@@ -315,8 +315,8 @@
'..', '..',
], ],
'sources': [ 'sources': [
'browser/sync/js_test_util.cc', 'browser/sync/js/js_test_util.cc',
'browser/sync/js_test_util.h', 'browser/sync/js/js_test_util.h',
'test/sync/null_directory_change_delegate.cc', 'test/sync/null_directory_change_delegate.cc',
'test/sync/null_directory_change_delegate.h', 'test/sync/null_directory_change_delegate.h',
'test/sync/engine/test_directory_setter_upper.cc', 'test/sync/engine/test_directory_setter_upper.cc',
...@@ -3113,9 +3113,9 @@ ...@@ -3113,9 +3113,9 @@
'browser/sync/engine/syncproto_unittest.cc', 'browser/sync/engine/syncproto_unittest.cc',
'browser/sync/engine/syncapi_mock.h', 'browser/sync/engine/syncapi_mock.h',
'browser/sync/engine/verify_updates_command_unittest.cc', 'browser/sync/engine/verify_updates_command_unittest.cc',
'browser/sync/js_arg_list_unittest.cc', 'browser/sync/js/js_arg_list_unittest.cc',
'browser/sync/js_event_details_unittest.cc', 'browser/sync/js/js_event_details_unittest.cc',
'browser/sync/js_sync_manager_observer_unittest.cc', 'browser/sync/js/js_sync_manager_observer_unittest.cc',
'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc', 'browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc',
'browser/sync/notifier/chrome_invalidation_client_unittest.cc', 'browser/sync/notifier/chrome_invalidation_client_unittest.cc',
'browser/sync/notifier/chrome_system_resources_unittest.cc', 'browser/sync/notifier/chrome_system_resources_unittest.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment