Chromium Code Reviews| Index: Source/core/html/HTMLLinkElementSizesAttributeTest.cpp |
| diff --git a/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp b/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp |
| index 1c901b7dc516d0788351aecff3c8136056de6c10..fe98cdc19cab4069f7bb26261cf8cf9c9034dedc 100644 |
| --- a/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp |
| +++ b/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp |
| @@ -7,9 +7,7 @@ |
| #include <gtest/gtest.h> |
| -using namespace blink; |
| - |
| -namespace { |
| +namespace blink { |
| class HTMLLinkElementSizesAttributeTest : public testing::Test { |
| }; |
| @@ -74,4 +72,4 @@ TEST(HTMLLinkElementSizesAttributeTest, parseSizes) |
| ASSERT_EQ(0U, sizes.size()); |
| } |
| -} // namespace |
| +} // namespace blink |
|
kochi
2015/06/10 04:37:48
nit: one space between '//' and 'namespace'?
tkent
2015/06/10 04:50:08
Done.
|