Chromium Code Reviews| Index: chrome/browser/sync/internal_api/all_status.cc |
| diff --git a/chrome/browser/sync/engine/all_status.cc b/chrome/browser/sync/internal_api/all_status.cc |
| similarity index 95% |
| rename from chrome/browser/sync/engine/all_status.cc |
| rename to chrome/browser/sync/internal_api/all_status.cc |
| index a32c72d721ea2789fe915267e1aac44694a74c8d..6276b6ca6711ba7e1ac5e58de4a8d3302ea2401a 100644 |
| --- a/chrome/browser/sync/engine/all_status.cc |
| +++ b/chrome/browser/sync/internal_api/all_status.cc |
| @@ -2,16 +2,16 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chrome/browser/sync/engine/all_status.h" |
| +#include "chrome/browser/sync/internal_api/all_status.h" |
|
tim (not reviewing)
2012/03/15 06:21:10
I guess this does feel more at home here in /inter
|
| #include <algorithm> |
| #include "base/logging.h" |
| #include "base/port.h" |
| -#include "chrome/browser/sync/engine/net/server_connection_manager.h" |
| -#include "chrome/browser/sync/protocol/service_constants.h" |
| -#include "chrome/browser/sync/sessions/session_state.h" |
| -#include "chrome/browser/sync/syncable/model_type.h" |
| +#include "sync/engine/net/server_connection_manager.h" |
| +#include "sync/protocol/service_constants.h" |
| +#include "sync/sessions/session_state.h" |
| +#include "sync/syncable/model_type.h" |
| namespace browser_sync { |