summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 00:22:04 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-04 00:22:04 +0000
commit77f09aa4f5e084440fba8f1a2dd83806ca5e155e (patch)
treebd8278fbdded2fe4b8e52b4e304a69c74c63ad22
parent38a187241c77a88617a7048988373b0e80608d6a (diff)
downloadchromium_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
-rw-r--r--chrome/browser/sync/notifier/base/mac/time_mac.cc8
-rwxr-xr-xchrome/chrome.gyp1
2 files changed, 0 insertions, 9 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"
-
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 5e20d2b..7d9cf65 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1746,7 +1746,6 @@
'browser/sync/notifier/base/fastalloc.h',
'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc',
'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc',
- 'browser/sync/notifier/base/mac/time_mac.cc',
'browser/sync/notifier/base/nethelpers.cc',
'browser/sync/notifier/base/nethelpers.h',
'browser/sync/notifier/base/network_status_detector_task.cc',