| Index: sync/util/time.cc
|
| diff --git a/chrome/browser/sync/util/time.cc b/sync/util/time.cc
|
| similarity index 84%
|
| rename from chrome/browser/sync/util/time.cc
|
| rename to sync/util/time.cc
|
| index ad309d0f50f24ee255d4d99d837bf4d4e0c3df4f..ea0f367546426e577983d791453c74061bf16ca9 100644
|
| --- a/chrome/browser/sync/util/time.cc
|
| +++ b/sync/util/time.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| -#include "chrome/browser/sync/util/time.h"
|
| +#include "sync/util/time.h"
|
|
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/utf_string_conversions.h"
|
|
|