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

Unified Diff: extensions/common/url_pattern_set_unittest.cc

Issue 225493002: cleanup: cpplint src/extension/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comment Created 6 years, 8 months 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 | « extensions/common/url_pattern_set.h ('k') | extensions/common/url_pattern_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/url_pattern_set_unittest.cc
diff --git a/extensions/common/url_pattern_set_unittest.cc b/extensions/common/url_pattern_set_unittest.cc
index 89b5435b820dc1fd0937c44c896fe6bda670b0d2..267743a77435afc36e66b9978e1f371639c55cf4 100644
--- a/extensions/common/url_pattern_set_unittest.cc
+++ b/extensions/common/url_pattern_set_unittest.cc
@@ -31,7 +31,7 @@ URLPatternSet Patterns(const std::string& pattern1,
return set;
}
-}
+} // namespace
TEST(URLPatternSetTest, Empty) {
URLPatternSet set;
@@ -276,7 +276,6 @@ TEST(URLPatternSetTest, NwayUnion) {
// List with 2 elements.
{
-
std::vector<URLPatternSet> test;
test.push_back(Patterns(google_a, google_b));
test.push_back(Patterns(google_b, google_c));
@@ -364,7 +363,6 @@ TEST(URLPatternSetTest, NwayUnion) {
// List with 9 elements.
{
-
std::vector<URLPatternSet> test;
test.push_back(Patterns(google_a));
test.push_back(Patterns(google_b));
« no previous file with comments | « extensions/common/url_pattern_set.h ('k') | extensions/common/url_pattern_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698