| Index: extensions/shell/browser/shell_runtime_api_delegate.h
|
| diff --git a/extensions/shell/browser/shell_runtime_api_delegate.h b/extensions/shell/browser/shell_runtime_api_delegate.h
|
| index 816423b09745922808163b1521200bc9c21c2681..f0a8d3860fcd68f120e31ed97c74e1d6871f2209 100644
|
| --- a/extensions/shell/browser/shell_runtime_api_delegate.h
|
| +++ b/extensions/shell/browser/shell_runtime_api_delegate.h
|
| @@ -24,7 +24,7 @@ class ShellRuntimeAPIDelegate : public RuntimeAPIDelegate {
|
| bool CheckForUpdates(const std::string& extension_id,
|
| const UpdateCheckCallback& callback) override;
|
| void OpenURL(const GURL& uninstall_url) override;
|
| - bool GetPlatformInfo(core_api::runtime::PlatformInfo* info) override;
|
| + bool GetPlatformInfo(api::runtime::PlatformInfo* info) override;
|
| bool RestartDevice(std::string* error_message) override;
|
|
|
| private:
|
|
|