Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2958)

Unified Diff: cc/hash_pair_unittest.cc

Issue 11275153: cc: Fix style for comments at the end of namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -y Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/gl_renderer_unittest.cc ('k') | cc/heads_up_display_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/hash_pair_unittest.cc
diff --git a/cc/hash_pair_unittest.cc b/cc/hash_pair_unittest.cc
index eab193072a55b16ee50790e84e86818ed2cb9ef7..a3218ec9cd69a34026b349d43b713601999a7e51 100644
--- a/cc/hash_pair_unittest.cc
+++ b/cc/hash_pair_unittest.cc
@@ -5,6 +5,8 @@
#include "cc/hash_pair.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace {
+
class HashPairTest : public testing::Test {
};
@@ -58,3 +60,5 @@ TEST_F(HashPairTest, IntegerPairs) {
INSERT_PAIR_TEST(Int64Int32Pair, 9, (1 << 29) + 378128932);
INSERT_PAIR_TEST(Int64Int64Pair, 10, (1LL << 60) + 78931732321);
}
+
+} // anonymous namespace
« no previous file with comments | « cc/gl_renderer_unittest.cc ('k') | cc/heads_up_display_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698