| Index: base/thread_collision_warner.h
|
| diff --git a/base/thread_collision_warner.h b/base/thread_collision_warner.h
|
| index ed757320df7e0a2f11819c7f8f7833d5e295d3c1..509ee5d2695435a31ccd0633dfcd01d1b22eb157 100644
|
| --- a/base/thread_collision_warner.h
|
| +++ b/base/thread_collision_warner.h
|
| @@ -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 THREAD_COLLISION_WARNER_H_
|
| -#define THREAD_COLLISION_WARNER_H_
|
| +#ifndef BASE_THREAD_COLLISION_WARNER_H_
|
| +#define BASE_THREAD_COLLISION_WARNER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -239,4 +239,4 @@ class ThreadCollisionWarner {
|
|
|
| } // namespace base
|
|
|
| -#endif // THREAD_COLLISION_WARNER_H_
|
| +#endif // BASE_THREAD_COLLISION_WARNER_H_
|
|
|