diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:03 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-28 15:22:03 +0000 |
commit | 2b59d685f4425f430f3a5692125be4585a296f7d (patch) | |
tree | 6aee7aabd18ccede7cdd8384926028cb9668e95b /sync/internal_api/sync_encryption_handler_impl.h | |
parent | 5d7eb86c365a47a9c3527784cb3831530fd9f191 (diff) | |
download | chromium_src-2b59d685f4425f430f3a5692125be4585a296f7d.zip chromium_src-2b59d685f4425f430f3a5692125be4585a296f7d.tar.gz chromium_src-2b59d685f4425f430f3a5692125be4585a296f7d.tar.bz2 |
Use a direct include of time headers in rlz/, skia/, sql/, sync/.
BUG=254986
TEST=none
TBR=ben@chromium.org
Review URL: https://codereview.chromium.org/18031009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/sync_encryption_handler_impl.h')
-rw-r--r-- | sync/internal_api/sync_encryption_handler_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/sync_encryption_handler_impl.h b/sync/internal_api/sync_encryption_handler_impl.h index f3a7909..4b4e99b 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" |