| Index: base/threading/thread.h
|
| ===================================================================
|
| --- base/threading/thread.h (revision 159813)
|
| +++ base/threading/thread.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_THREAD_H_
|
| -#define BASE_THREAD_H_
|
| +#ifndef BASE_THREADING_THREAD_H_
|
| +#define BASE_THREADING_THREAD_H_
|
|
|
| #include <string>
|
|
|
| @@ -187,4 +187,4 @@
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_THREAD_H_
|
| +#endif // BASE_THREADING_THREAD_H_
|
|
|