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

Unified Diff: sync/util/time.h

Issue 10917246: [Sync] Add keystore encryption info to about:sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + address comments 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 side-by-side diff with in-line comments
Download patch
Index: sync/util/time.h
diff --git a/sync/util/time.h b/sync/util/time.h
deleted file mode 100644
index 8ba72a313b035586a807c3771c62e6cf8f60ba41..0000000000000000000000000000000000000000
--- a/sync/util/time.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// 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.
-//
-// Time-related sync functions.
-
-#ifndef SYNC_UTIL_TIME_H_
-#define SYNC_UTIL_TIME_H_
-
-#include <string>
-
-#include "base/basictypes.h"
-#include "base/time.h"
-
-namespace syncer {
-
-// Converts a time object to the format used in sync protobufs (ms
-// since the Unix epoch).
-int64 TimeToProtoTime(const base::Time& t);
-
-// Converts a time field from sync protobufs to a time object.
-base::Time ProtoTimeToTime(int64 proto_t);
-
-std::string GetTimeDebugString(const base::Time& t);
-
-} // namespace syncer
-
-#endif // SYNC_UTIL_TIME_H_
« sync/sync.gyp ('K') | « sync/syncable/entry_kernel.h ('k') | sync/util/time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698