commit | c3762b9e20b93c8f94f44224b5023789173965e2 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Sat Mar 07 01:51:42 2015 |
committer | Commit bot <[email protected]> | Sat Mar 07 01:52:44 2015 |
tree | 9c51e37a2e46f38cfd1000c8519273794b4cf2b4 | |
parent | c7f5ee53e3b82696a75bfbde7474af9a696aa9c3 [diff] [blame] |
base: Add/Fix namespace closing comments. A namespace foo should end with a comment "// namespace foo", this corrects errors in base/. BUG=464816 Review URL: https://codereview.chromium.org/981803003 Cr-Commit-Position: refs/heads/master@{#319543}
diff --git a/base/strings/utf_offset_string_conversions_unittest.cc b/base/strings/utf_offset_string_conversions_unittest.cc index 529939f..9398a56 100644 --- a/base/strings/utf_offset_string_conversions_unittest.cc +++ b/base/strings/utf_offset_string_conversions_unittest.cc
@@ -293,4 +293,4 @@ EXPECT_EQ(2u, adjustments_on_adjusted_string[5].output_length); } -} // namaspace base +} // namespace base