Index: chrome/common/extensions/manifest_tests/extension_manifest_test.h |
diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.h b/chrome/common/extensions/manifest_tests/extension_manifest_test.h |
index 8cc938b10654330a5cb97e16c132981dac1693d2..47c13b05a3c66c78a1c1d1c58a0ed97d3d794808 100644 |
--- a/chrome/common/extensions/manifest_tests/extension_manifest_test.h |
+++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.h |
@@ -104,7 +104,8 @@ class ExtensionManifestTest : public testing::Test { |
extensions::Extension::INTERNAL, |
int flags = extensions::Extension::NO_FLAGS); |
- void AddPattern(URLPatternSet* extent, const std::string& pattern); |
+ void AddPattern(extensions::URLPatternSet* extent, |
+ const std::string& pattern); |
// used to differentiate between calls to LoadAndExpectError, |
// LoadAndExpectWarning and LoadAndExpectSuccess via function RunTestcases. |