| Index: sync/internal_api/syncapi_server_connection_manager.cc
 | 
| diff --git a/chrome/browser/sync/internal_api/syncapi_server_connection_manager.cc b/sync/internal_api/syncapi_server_connection_manager.cc
 | 
| similarity index 94%
 | 
| rename from chrome/browser/sync/internal_api/syncapi_server_connection_manager.cc
 | 
| rename to sync/internal_api/syncapi_server_connection_manager.cc
 | 
| index 2de56a4bd9bbbedd87b8619c734a33e01cddea34..ce62d865ec38b23defa9d2d0be79b6ce37814053 100644
 | 
| --- a/chrome/browser/sync/internal_api/syncapi_server_connection_manager.cc
 | 
| +++ b/sync/internal_api/syncapi_server_connection_manager.cc
 | 
| @@ -2,12 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/browser/sync/internal_api/syncapi_server_connection_manager.h"
 | 
| +#include "sync/internal_api/syncapi_server_connection_manager.h"
 | 
|  
 | 
| -#include "chrome/browser/sync/internal_api/http_post_provider_factory.h"
 | 
| -#include "chrome/browser/sync/internal_api/http_post_provider_interface.h"
 | 
|  #include "net/base/net_errors.h"
 | 
|  #include "net/http/http_status_code.h"
 | 
| +#include "sync/internal_api/http_post_provider_factory.h"
 | 
| +#include "sync/internal_api/http_post_provider_interface.h"
 | 
|  
 | 
|  using browser_sync::HttpResponse;
 | 
|  
 | 
| 
 |