Index: chrome/common/content_settings_pattern_parser.h |
diff --git a/chrome/common/content_settings_pattern_parser.h b/chrome/common/content_settings_pattern_parser.h |
index 3638c5d2dbbeaae6fb1c20448d927e8a2c429767..19f8d2710002d88379cfb22f8c5dd48724d186b6 100644 |
--- a/chrome/common/content_settings_pattern_parser.h |
+++ b/chrome/common/content_settings_pattern_parser.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -33,6 +33,8 @@ class PatternParser { |
static const char* kPortWildcard; |
+ static const char* kPathWildcard; |
+ |
DISALLOW_COPY_AND_ASSIGN(PatternParser); |
}; |