| Index: sync/test/engine/test_directory_setter_upper.cc
 | 
| diff --git a/chrome/browser/sync/test/engine/test_directory_setter_upper.cc b/sync/test/engine/test_directory_setter_upper.cc
 | 
| similarity index 88%
 | 
| rename from chrome/browser/sync/test/engine/test_directory_setter_upper.cc
 | 
| rename to sync/test/engine/test_directory_setter_upper.cc
 | 
| index c4e71be96ffef0d8344b665911a26b3d32ec0a74..01fef5de4bdc56b25d585432526756c87551786e 100644
 | 
| --- a/chrome/browser/sync/test/engine/test_directory_setter_upper.cc
 | 
| +++ b/sync/test/engine/test_directory_setter_upper.cc
 | 
| @@ -2,14 +2,14 @@
 | 
|  // 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_directory_setter_upper.h"
 | 
| +#include "sync/test/engine/test_directory_setter_upper.h"
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/file_util.h"
 | 
|  #include "base/location.h"
 | 
|  #include "base/string_util.h"
 | 
| -#include "chrome/browser/sync/syncable/syncable.h"
 | 
| -#include "chrome/browser/sync/test/null_transaction_observer.h"
 | 
| +#include "sync/syncable/syncable.h"
 | 
| +#include "sync/test/null_transaction_observer.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  using syncable::NullTransactionObserver;
 | 
| 
 |