diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 00:22:04 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 00:22:04 +0000 |
commit | 77f09aa4f5e084440fba8f1a2dd83806ca5e155e (patch) | |
tree | bd8278fbdded2fe4b8e52b4e304a69c74c63ad22 /chrome/browser/sync | |
parent | 38a187241c77a88617a7048988373b0e80608d6a (diff) | |
download | chromium_src-77f09aa4f5e084440fba8f1a2dd83806ca5e155e.zip chromium_src-77f09aa4f5e084440fba8f1a2dd83806ca5e155e.tar.gz chromium_src-77f09aa4f5e084440fba8f1a2dd83806ca5e155e.tar.bz2 |
Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc).
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/462014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33755 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r-- | chrome/browser/sync/notifier/base/mac/time_mac.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/sync/notifier/base/mac/time_mac.cc b/chrome/browser/sync/notifier/base/mac/time_mac.cc deleted file mode 100644 index 93fca5d..0000000 --- a/chrome/browser/sync/notifier/base/mac/time_mac.cc +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2009 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 functions - -#include "chrome/browser/sync/notifier/base/posix/time_posix.cc" - |