| Index: apps/shell/browser/api/shell/shell_api.h
|
| diff --git a/apps/shell/browser/api/shell/shell_api.h b/apps/shell/browser/api/shell/shell_api.h
|
| index 209fc99f504a1f8bf288d1c5d0a2fe8443bf7163..b572ce71b4b9d1b40bea1d710e3bd21506733b90 100644
|
| --- a/apps/shell/browser/api/shell/shell_api.h
|
| +++ b/apps/shell/browser/api/shell/shell_api.h
|
| @@ -39,7 +39,7 @@ class ShellCreateWindowFunction : public UIThreadExtensionFunction {
|
|
|
| private:
|
| virtual ~ShellCreateWindowFunction();
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual ResponseAction Run() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellCreateWindowFunction);
|
| };
|
|
|