| 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 d7f02ebbe475f09476292212bd8bf56854e50e0e..00129878d8491155b319bc1f71e01db7c6a45395 100644
|
| --- a/apps/shell/browser/api/shell/shell_api.h
|
| +++ b/apps/shell/browser/api/shell/shell_api.h
|
| @@ -23,7 +23,7 @@ class ShellCreateWindowFunction : public UIThreadExtensionFunction {
|
|
|
| private:
|
| virtual ~ShellCreateWindowFunction();
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual ResponseAction Run() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellCreateWindowFunction);
|
| };
|
|
|