| Index: base/base64.h
|
| diff --git a/base/base64.h b/base/base64.h
|
| index def9b67f5b22f1318c01c523be45ae87619d21be..dd72c39a239ddfe1d2ccd7f4f072c6611b682d36 100644
|
| --- a/base/base64.h
|
| +++ b/base/base64.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_BASE64_H__
|
| -#define BASE_BASE64_H__
|
| +#ifndef BASE_BASE64_H_
|
| +#define BASE_BASE64_H_
|
|
|
| #include <string>
|
|
|
| @@ -22,4 +22,4 @@ BASE_EXPORT bool Base64Decode(const StringPiece& input, std::string* output);
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_BASE64_H__
|
| +#endif // BASE_BASE64_H_
|
|
|