| Index: sync/util/time.h
|
| diff --git a/chrome/browser/sync/util/time.h b/sync/util/time.h
|
| similarity index 75%
|
| rename from chrome/browser/sync/util/time.h
|
| rename to sync/util/time.h
|
| index 473f7e26c8fa2a018409420fa1510c35209ac35a..fc65efa251b0657d6468b62f9d55ca23a9db0025 100644
|
| --- a/chrome/browser/sync/util/time.h
|
| +++ b/sync/util/time.h
|
| @@ -1,11 +1,11 @@
|
| -// 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.
|
| //
|
| // Time-related sync functions.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_UTIL_TIME_H_
|
| -#define CHROME_BROWSER_SYNC_UTIL_TIME_H_
|
| +#ifndef SYNC_UTIL_TIME_H_
|
| +#define SYNC_UTIL_TIME_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -26,4 +26,4 @@ std::string GetTimeDebugString(const base::Time& t);
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_UTIL_TIME_H_
|
| +#endif // SYNC_UTIL_TIME_H_
|
|
|