| Index: base/strings/nullable_string16.h
|
| diff --git a/base/strings/nullable_string16.h b/base/strings/nullable_string16.h
|
| index 5997d174419a8379a2f28dfdb4e5717846c9d016..016c25c2501f996952ab42071482e1339652de0a 100644
|
| --- a/base/strings/nullable_string16.h
|
| +++ b/base/strings/nullable_string16.h
|
| @@ -41,6 +41,6 @@ inline bool operator!=(const NullableString16& a, const NullableString16& b) {
|
| BASE_EXPORT std::ostream& operator<<(std::ostream& out,
|
| const NullableString16& value);
|
|
|
| -} // namespace
|
| +} // namespace base
|
|
|
| #endif // BASE_STRINGS_NULLABLE_STRING16_H_
|
|
|