| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index a9e55a6f6fff327e59b9053a1474f5ad964e6bd5..253c88fc0b71b0883a50289acb8f2b6c3ee1e35f 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -14,7 +14,9 @@
|
| #include "chrome/browser/shell_integration.h"
|
| #include "chrome/common/web_apps.h"
|
|
|
| +namespace extensions {
|
| class Extension;
|
| +}
|
|
|
| namespace web_app {
|
|
|
| @@ -28,7 +30,7 @@ FilePath GetWebAppDataDirectory(const FilePath& profile_path,
|
| // Gets the user data directory to use for |extension| located inside
|
| // |profile_path|.
|
| FilePath GetWebAppDataDirectory(const FilePath& profile_path,
|
| - const Extension& extension);
|
| + const extensions::Extension& extension);
|
|
|
| // Compute a deterministic name based on data in the shortcut_info.
|
| std::string GenerateApplicationNameFromInfo(
|
|
|