| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index cc58900a210e3c1225ab1e4079fbdc20c80f77e5..a502b5a19a246437dccf06987fb726523fd8cc93 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -81,7 +81,7 @@ FilePath GetWebAppDataDirectory(const FilePath& profile_path,
|
| }
|
|
|
| FilePath GetWebAppDataDirectory(const FilePath& profile_path,
|
| - const Extension& extension) {
|
| + const extensions::Extension& extension) {
|
| return GetWebAppDataDirectory(
|
| profile_path, extension.id(), GURL(extension.launch_web_url()));
|
| }
|
|
|