| Index: chrome/renderer/app_categorizer.cc
|
| diff --git a/chrome/renderer/app_categorizer.cc b/chrome/renderer/app_categorizer.cc
|
| index 42519779f555a46f96cbf139b90f19c3b105b78e..f42bed41b783f468a2fad79b8612d25396590a48 100644
|
| --- a/chrome/renderer/app_categorizer.cc
|
| +++ b/chrome/renderer/app_categorizer.cc
|
| @@ -55,7 +55,7 @@ bool AppCategorizer::IsWhitelistedApp(
|
| if (!app_url.SchemeIsCryptographic())
|
| return false;
|
|
|
| - std::string manifest_url_path = manifest_url.path();
|
| + base::StringPiece manifest_url_path = manifest_url.path();
|
| bool is_photo_app =
|
| manifest_url.SchemeIsCryptographic() &&
|
| manifest_url.DomainIs("ssl.gstatic.com") &&
|
|
|