Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: components/sync/model/time.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 //
5 // Publicly accessible header for time-related sync functions.
6 // See sync/util/time.h for implemenation.
7 4
8 #ifndef COMPONENTS_SYNC_MODEL_TIME_H_ 5 #ifndef COMPONENTS_SYNC_MODEL_TIME_H_
9 #define COMPONENTS_SYNC_MODEL_TIME_H_ 6 #define COMPONENTS_SYNC_MODEL_TIME_H_
10 7
11 #include "components/sync/base/time.h" 8 #include "components/sync/base/time.h"
12 9
10 // Publicly accessible header for time-related sync functions.
11 // See components/sync/base/time.h for implementation.
12
13 #endif // COMPONENTS_SYNC_MODEL_TIME_H_ 13 #endif // COMPONENTS_SYNC_MODEL_TIME_H_
OLDNEW
« no previous file with comments | « components/sync/model/data_type_error_handler_mock.h ('k') | components/sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698