From 77f09aa4f5e084440fba8f1a2dd83806ca5e155e Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 4 Dec 2009 00:22:04 +0000 Subject: 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 --- chrome/browser/sync/notifier/base/mac/time_mac.cc | 8 -------- chrome/chrome.gyp | 1 - 2 files changed, 9 deletions(-) delete mode 100644 chrome/browser/sync/notifier/base/mac/time_mac.cc 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', -- cgit v1.1