| Index: content/renderer/manifest/manifest_parser.h
|
| diff --git a/content/renderer/manifest/manifest_parser.h b/content/renderer/manifest/manifest_parser.h
|
| index 94b7e025db8321eb99191548c7f98338147f2eaa..13e330b0ddbb18ca0cc78dcc98199d027f290015 100644
|
| --- a/content/renderer/manifest/manifest_parser.h
|
| +++ b/content/renderer/manifest/manifest_parser.h
|
| @@ -136,8 +136,8 @@ class CONTENT_EXPORT ManifestParser {
|
| bool ParseGCMUserVisibleOnly(const base::DictionaryValue& dictionary);
|
|
|
| const base::StringPiece& data_;
|
| - const GURL& manifest_url_;
|
| - const GURL& document_url_;
|
| + GURL manifest_url_;
|
| + GURL document_url_;
|
|
|
| bool failed_;
|
| Manifest manifest_;
|
|
|