From f214f8797150f49e1233110c1dafe4e8b601d9ea Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Sat, 1 Jan 2011 02:17:08 +0000 Subject: Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70346 0039d316-1c4b-4281-b951-d872f2087c98 --- base/platform_thread.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 base/platform_thread.h (limited to 'base/platform_thread.h') diff --git a/base/platform_thread.h b/base/platform_thread.h deleted file mode 100644 index 36f8f07..0000000 --- a/base/platform_thread.h +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) 2010 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. - - -#ifndef BASE_PLATFORM_THREAD_H_ -#define BASE_PLATFORM_THREAD_H_ -#pragma once - -// This file is for backwards-compatibility to keep things compiling that use -// the old location & lack of namespace. -// -// TODO(brettw) make all callers use the new location & namespace and delete -// this file. - -#include "base/threading/platform_thread.h" - -using base::PlatformThread; -using base::PlatformThreadHandle; -using base::PlatformThreadId; -using base::kNullThreadHandle; -using base::kInvalidThreadId; - -#endif // BASE_PLATFORM_THREAD_H_ -- cgit v1.1