OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // | 4 // |
5 // Publicly accessible header for time-related sync functions. | 5 // Publicly accessible header for time-related sync functions. |
6 // See sync/util/time.h for implemenation. | 6 // See sync/util/time.h for implemenation. |
7 | 7 |
8 #ifndef SYNC_API_TIME_H_ | 8 #ifndef COMPONENTS_SYNC_API_TIME_H_ |
9 #define SYNC_API_TIME_H_ | 9 #define COMPONENTS_SYNC_API_TIME_H_ |
10 | 10 |
11 #include "sync/util/time.h" | 11 #include "components/sync/base/time.h" |
12 | 12 |
13 #endif // SYNC_API_TIME_H_ | 13 #endif // COMPONENTS_SYNC_API_TIME_H_ |
OLD | NEW |