| 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..0cab66740ccc9effadc6dfd581d6da5b3c601440 100644
|
| --- a/extensions/common/url_pattern_set.h
|
| +++ b/extensions/common/url_pattern_set.h
|
| @@ -2,8 +2,8 @@
|
| // 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>
|
|
|
| @@ -102,4 +102,4 @@ class URLPatternSet {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // EXTENSIONS_COMMMON_URL_PATTERN_SET_H_
|
| +#endif // EXTENSIONS_COMMON_URL_PATTERN_SET_H_
|
|
|