| Index: base/debug/profiler.h
|
| diff --git a/base/debug/profiler.h b/base/debug/profiler.h
|
| index e1dda89742620ff85e75f558c900ae1ecad09029..c50555e3a4f125f6fd0731643207796f6e76d69c 100644
|
| --- a/base/debug/profiler.h
|
| +++ b/base/debug/profiler.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 BASE_DEBUG_PROFILER_H
|
| -#define BASE_DEBUG_PROFILER_H
|
| +#ifndef BASE_DEBUG_PROFILER_H_
|
| +#define BASE_DEBUG_PROFILER_H_
|
|
|
| #include <string>
|
|
|
| @@ -87,4 +87,4 @@ BASE_EXPORT MoveDynamicSymbol GetProfilerMoveDynamicSymbolFunc();
|
| } // namespace debug
|
| } // namespace base
|
|
|
| -#endif // BASE_DEBUG_DEBUGGER_H
|
| +#endif // BASE_DEBUG_PROFILER_H__
|
|
|