commit | ec9c942e45eb2b794d88fd1d0405486416d63d6c | [log] [tgz] |
---|---|---|
author | phoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Jan 02 08:45:03 2013 +0000 |
committer | phoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Jan 02 08:45:03 2013 +0000 |
tree | 5ad264eeb225ebaa76a214b4aa3ea20986dd213e | |
parent | a19d04e7076f92883af602d1fc5802234711f73e [diff] [blame] |
Reformatted thread and static_instance. BUG= TEST=Trybots. Review URL: https://webrtc-codereview.appspot.com/1006005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3324 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/system_wrappers/source/thread_posix_unittest.cc b/webrtc/system_wrappers/source/thread_posix_unittest.cc index 8d62371..fadab57 100644 --- a/webrtc/system_wrappers/source/thread_posix_unittest.cc +++ b/webrtc/system_wrappers/source/thread_posix_unittest.cc
@@ -8,12 +8,12 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "system_wrappers/source/thread_posix.h" +#include "webrtc/system_wrappers/source/thread_posix.h" #include "gtest/gtest.h" TEST(ThreadTestPosix, PrioritySettings) { - // API assumes that maxPrio - minPrio > 2. Test the extreme case. + // API assumes that max_prio - min_prio > 2. Test the extreme case. const int kMinPrio = -1; const int kMaxPrio = 2;