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

Side by Side Diff: sync/api/time.h

Issue 10917246: [Sync] Add keystore encryption info to about:sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync/api/time.h Created 8 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
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
8 #ifndef SYNC_API_TIME_H_
9 #define SYNC_API_TIME_H_
10
11 #include <sync/util/time.h>
akalin 2012/09/18 20:16:37 use quotes here
Nicolas Zea 2012/09/18 22:17:18 Woops, done.
12
13 #endif // SYNC_API_TIME_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698