| Index: sync/internal_api/test_user_share.cc
 | 
| diff --git a/chrome/browser/sync/test/engine/test_user_share.cc b/sync/internal_api/test_user_share.cc
 | 
| similarity index 91%
 | 
| rename from chrome/browser/sync/test/engine/test_user_share.cc
 | 
| rename to sync/internal_api/test_user_share.cc
 | 
| index 630c6c75083dd2c54391abc1398968d741548764..743f3d05b4de2b4c1359b7dccc06e1eff814f87d 100644
 | 
| --- a/chrome/browser/sync/test/engine/test_user_share.cc
 | 
| +++ b/sync/internal_api/test_user_share.cc
 | 
| @@ -2,9 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "chrome/browser/sync/test/engine/test_user_share.h"
 | 
| +#include "sync/internal_api/test_user_share.h"
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace browser_sync {
 | 
|  
 | 
| 
 |