| Index: components/sync/test/fake_sync_encryption_handler.h
 | 
| diff --git a/components/sync/test/fake_sync_encryption_handler.h b/components/sync/test/fake_sync_encryption_handler.h
 | 
| index 7b5a95a2871cf2fed9398810838d7c0012b7d69b..49376ca0bbeecd96c693f8550b83846857b296b0 100644
 | 
| --- a/components/sync/test/fake_sync_encryption_handler.h
 | 
| +++ b/components/sync/test/fake_sync_encryption_handler.h
 | 
| @@ -10,9 +10,9 @@
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/observer_list.h"
 | 
|  #include "components/sync/base/cryptographer.h"
 | 
| +#include "components/sync/base/fake_encryptor.h"
 | 
|  #include "components/sync/core/sync_encryption_handler.h"
 | 
|  #include "components/sync/syncable/nigori_handler.h"
 | 
| -#include "components/sync/test/fake_encryptor.h"
 | 
|  
 | 
|  namespace syncer {
 | 
|  
 | 
| 
 |