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

Unified Diff: extensions/common/url_pattern_set.h

Issue 254463004: Cleanup coding style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: extensions/common/url_pattern_set.h
diff --git a/extensions/common/url_pattern_set.h b/extensions/common/url_pattern_set.h
index da6ad132db183433d726363f5d291b9e412e0158..f6ec62e7f4ca57880fcf463fed2829cd28ef512b 100644
--- a/extensions/common/url_pattern_set.h
+++ b/extensions/common/url_pattern_set.h
@@ -2,10 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef EXTENSIONS_COMMMON_URL_PATTERN_SET_H_
-#define EXTENSIONS_COMMMON_URL_PATTERN_SET_H_
+#ifndef EXTENSIONS_COMMON_URL_PATTERN_SET_H_
+#define EXTENSIONS_COMMON_URL_PATTERN_SET_H_
#include <set>
+#include <string>
+#include <vector>
#include "base/memory/scoped_ptr.h"
#include "extensions/common/url_pattern.h"
@@ -102,4 +104,4 @@ class URLPatternSet {
} // namespace extensions
-#endif // EXTENSIONS_COMMMON_URL_PATTERN_SET_H_
+#endif // EXTENSIONS_COMMON_URL_PATTERN_SET_H_

Powered by Google App Engine
This is Rietveld 408576698