| Index: chrome/browser/sync/internal_api/js_sync_manager_observer_unittest.cc
|
| diff --git a/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc b/chrome/browser/sync/internal_api/js_sync_manager_observer_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/sync/js/js_sync_manager_observer_unittest.cc
|
| rename to chrome/browser/sync/internal_api/js_sync_manager_observer_unittest.cc
|
| index 10a64962dd5ed592d4c2913b56fb011497f619ee..7637ea77de1b1037afd540fdd7b949359d53ec9b 100644
|
| --- a/chrome/browser/sync/js/js_sync_manager_observer_unittest.cc
|
| +++ b/chrome/browser/sync/internal_api/js_sync_manager_observer_unittest.cc
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/sync/js/js_sync_manager_observer.h"
|
| +#include "chrome/browser/sync/internal_api/js_sync_manager_observer.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/location.h"
|
| #include "base/message_loop.h"
|
| #include "base/values.h"
|
| -#include "chrome/browser/sync/js/js_event_details.h"
|
| -#include "chrome/browser/sync/js/js_test_util.h"
|
| -#include "chrome/browser/sync/protocol/sync_protocol_error.h"
|
| -#include "chrome/browser/sync/sessions/session_state.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/util/weak_handle.h"
|
| +#include "sync/js/js_event_details.h"
|
| +#include "sync/js/js_test_util.h"
|
| +#include "sync/protocol/sync_protocol_error.h"
|
| +#include "sync/sessions/session_state.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/util/weak_handle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace browser_sync {
|
|
|