| Index: sync/internal_api/sync_encryption_handler_impl.h
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.h b/sync/internal_api/sync_encryption_handler_impl.h
|
| index f3a790952c93cc615c0634219b5b3d763dccabda..4b4e99b9ae373895e2d30f101d0d663f52ce3c71 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.h
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.h
|
| @@ -9,11 +9,11 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "base/time.h"
|
| -#include "base/threading/thread_checker.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| +#include "base/threading/thread_checker.h"
|
| +#include "base/time/time.h"
|
| #include "sync/base/sync_export.h"
|
| #include "sync/internal_api/public/sync_encryption_handler.h"
|
| #include "sync/syncable/nigori_handler.h"
|
|
|