| Index: base/debug/debugger.h
|
| diff --git a/base/debug/debugger.h b/base/debug/debugger.h
|
| index 8680e281ed1e7ddb64bc396acd036f83bb3bc15e..d62ea3f7e17b9b002280860cf63461b663a31d8c 100644
|
| --- a/base/debug/debugger.h
|
| +++ b/base/debug/debugger.h
|
| @@ -6,8 +6,8 @@
|
| // debuggers. You should use this to test if you're running under a debugger,
|
| // and if you would like to yield (breakpoint) into the debugger.
|
|
|
| -#ifndef BASE_DEBUG_DEBUGGER_H_
|
| -#define BASE_DEBUG_DEBUGGER_H_
|
| +#ifndef BASE_DEBUG_DEBUGGER_H
|
| +#define BASE_DEBUG_DEBUGGER_H
|
|
|
| #include "base/base_export.h"
|
|
|
| @@ -41,4 +41,4 @@
|
| } // namespace debug
|
| } // namespace base
|
|
|
| -#endif // BASE_DEBUG_DEBUGGER_H_
|
| +#endif // BASE_DEBUG_DEBUGGER_H
|
|
|