summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 16:50:58 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-28 16:50:58 +0000
commitaa90efb7ac018051491ba7cd125f1abe01541a8c (patch)
treebb0af5d2173c50b529bf721962ff5813019aa4fd
parentfa8d1f1a80e014af2eddaa2b98158522fdffd574 (diff)
downloadchromium_src-aa90efb7ac018051491ba7cd125f1abe01541a8c.zip
chromium_src-aa90efb7ac018051491ba7cd125f1abe01541a8c.tar.gz
chromium_src-aa90efb7ac018051491ba7cd125f1abe01541a8c.tar.bz2
Delete time forwarding headers.
BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18084012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209164 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/time.h7
-rw-r--r--base/timer.h7
-rw-r--r--chrome/browser/extensions/api/location/location_manager.cc2
-rw-r--r--components/autofill/content/browser/autocheckout_manager.h2
-rw-r--r--components/autofill/content/browser/autocheckout_statistic.h2
5 files changed, 3 insertions, 17 deletions
diff --git a/base/time.h b/base/time.h
deleted file mode 100644
index 2a7df7d..0000000
--- a/base/time.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2013 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.
-
-// This file has moved, please use the new location.
-// TODO(avi): Remove this file when all users have been updated.
-#include "base/time/time.h"
diff --git a/base/timer.h b/base/timer.h
deleted file mode 100644
index b594d5d..0000000
--- a/base/timer.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2013 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.
-
-// This file has moved, please use the new location.
-// TODO(avi): Remove this file when all users have been updated.
-#include "base/timer/timer.h"
diff --git a/chrome/browser/extensions/api/location/location_manager.cc b/chrome/browser/extensions/api/location/location_manager.cc
index 77da5a0..173a44a 100644
--- a/chrome/browser/extensions/api/location/location_manager.cc
+++ b/chrome/browser/extensions/api/location/location_manager.cc
@@ -9,7 +9,7 @@
#include "base/bind.h"
#include "base/lazy_instance.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "chrome/browser/extensions/event_router.h"
#include "chrome/browser/extensions/extension_system.h"
#include "chrome/common/chrome_notification_types.h"
diff --git a/components/autofill/content/browser/autocheckout_manager.h b/components/autofill/content/browser/autocheckout_manager.h
index eec00f2..84faf66 100644
--- a/components/autofill/content/browser/autocheckout_manager.h
+++ b/components/autofill/content/browser/autocheckout_manager.h
@@ -12,7 +12,7 @@
#include "base/memory/weak_ptr.h"
#include "base/strings/string16.h"
#include "base/threading/thread_checker.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "components/autofill/content/browser/autocheckout_page_meta_data.h"
#include "components/autofill/content/browser/autocheckout_statistic.h"
#include "components/autofill/core/common/autocheckout_status.h"
diff --git a/components/autofill/content/browser/autocheckout_statistic.h b/components/autofill/content/browser/autocheckout_statistic.h
index 8720a9f..74f7df7c 100644
--- a/components/autofill/content/browser/autocheckout_statistic.h
+++ b/components/autofill/content/browser/autocheckout_statistic.h
@@ -8,7 +8,7 @@
#include <vector>
#include "base/memory/scoped_ptr.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "components/autofill/content/browser/autocheckout_steps.h"
namespace base {