commit | 34b9963c187a733bef76535521f3de688fffd34f | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Jan 01 01:01:06 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Jan 01 01:01:06 2011 |
tree | a0569030e3a2ecc5b9c88d31a2469a380de85346 | |
parent | 1a2a571b157327f75acd56bd594ef0863481dc32 [diff] [blame] |
Move base/thread.h to base/threading, fix up callers to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6028009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70345 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h index 03273fb..9baa3afa 100644 --- a/remoting/client/client_context.h +++ b/remoting/client/client_context.h
@@ -7,7 +7,7 @@ #include <string> -#include "base/thread.h" +#include "base/threading/thread.h" #include "remoting/jingle_glue/jingle_thread.h" namespace remoting {