Chromium Code Reviews| Index: components/sync/model/time.h |
| diff --git a/components/sync/model/time.h b/components/sync/model/time.h |
| index 167573f090ce123d5fdb1b76711c7d9df43bd0dd..40524c1081053319be8a3ae8de29d27d91d2cfe6 100644 |
| --- a/components/sync/model/time.h |
| +++ b/components/sync/model/time.h |
| @@ -1,13 +1,13 @@ |
| // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// |
| -// Publicly accessible header for time-related sync functions. |
| -// See sync/util/time.h for implemenation. |
| #ifndef COMPONENTS_SYNC_MODEL_TIME_H_ |
| #define COMPONENTS_SYNC_MODEL_TIME_H_ |
| #include "components/sync/base/time.h" |
| +// Publicly accessible header for time-related sync functions. |
| +// See sync/util/time.h for implemenation. |
|
maxbogue
2016/10/17 23:59:46
components/sync/base/time.h* implementation*
skym
2016/10/18 14:39:08
Done.
|
| + |
| #endif // COMPONENTS_SYNC_MODEL_TIME_H_ |