| Index: components/sync/syncable/user_share.cc
 | 
| diff --git a/components/sync/core/user_share.cc b/components/sync/syncable/user_share.cc
 | 
| similarity index 86%
 | 
| rename from components/sync/core/user_share.cc
 | 
| rename to components/sync/syncable/user_share.cc
 | 
| index 1482392ddb617147a0530a05bd386797f15223f2..cc92b48c31e17fafdf77b8b849a8bc29e9961260 100644
 | 
| --- a/components/sync/core/user_share.cc
 | 
| +++ b/components/sync/syncable/user_share.cc
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "components/sync/core/user_share.h"
 | 
| +#include "components/sync/syncable/user_share.h"
 | 
|  
 | 
|  #include "components/sync/syncable/directory.h"
 | 
|  
 | 
| 
 |