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

Unified Diff: sync/internal_api/public/util/time.cc

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/internal_api/public/util/time.cc
diff --git a/sync/util/time.cc b/sync/internal_api/public/util/time.cc
similarity index 93%
rename from sync/util/time.cc
rename to sync/internal_api/public/util/time.cc
index a921f07179d1cbb5a5d9036c4008749fea6c9921..d95f1bf48db088eb99c226c6dbc9227d3a4f3c0d 100644
--- a/sync/util/time.cc
+++ b/sync/internal_api/public/util/time.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/util/time.h"
+#include "sync/internal_api/public/util/time.h"
#include "base/i18n/time_formatting.h"
#include "base/utf_string_conversions.h"

Powered by Google App Engine
This is Rietveld 408576698