diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-01 02:17:08 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-01 02:17:08 +0000 |
commit | f214f8797150f49e1233110c1dafe4e8b601d9ea (patch) | |
tree | 191f4f5b9ee1d9c20fc02dd4f1c940ad4d04267c /remoting/base | |
parent | 34b9963c187a733bef76535521f3de688fffd34f (diff) | |
download | chromium_src-f214f8797150f49e1233110c1dafe4e8b601d9ea.zip chromium_src-f214f8797150f49e1233110c1dafe4e8b601d9ea.tar.gz chromium_src-f214f8797150f49e1233110c1dafe4e8b601d9ea.tar.bz2 |
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
Diffstat (limited to 'remoting/base')
-rw-r--r-- | remoting/base/tracer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/tracer.cc b/remoting/base/tracer.cc index 69f41b1..0126e1f 100644 --- a/remoting/base/tracer.cc +++ b/remoting/base/tracer.cc @@ -10,11 +10,11 @@ #include "base/condition_variable.h" #include "base/lazy_instance.h" #include "base/message_loop.h" -#include "base/platform_thread.h" #include "base/rand_util.h" #include "base/ref_counted.h" #include "base/stl_util-inl.h" #include "base/threading/thread.h" +#include "base/threading/platform_thread.h" #include "base/threading/thread_local.h" #include "base/time.h" |