| Index: chrome/browser/extensions/startup_helper.h
|
| diff --git a/chrome/browser/extensions/startup_helper.h b/chrome/browser/extensions/startup_helper.h
|
| index 3bb2fd81c269f3509674fcc249c89c8c8e4a9b6d..d6d36b47bb620b0aabfcdb62cb95a05b55120175 100644
|
| --- a/chrome/browser/extensions/startup_helper.h
|
| +++ b/chrome/browser/extensions/startup_helper.h
|
| @@ -24,9 +24,9 @@ class StartupHelper : public PackExtensionJob::Client {
|
|
|
| virtual void OnPackSuccess(
|
| const base::FilePath& crx_path,
|
| - const base::FilePath& output_private_key_path) OVERRIDE;
|
| + const base::FilePath& output_private_key_path) override;
|
| virtual void OnPackFailure(const std::string& error_message,
|
| - ExtensionCreator::ErrorType type) OVERRIDE;
|
| + ExtensionCreator::ErrorType type) override;
|
|
|
| // Handle --pack-extension flag from the |cmd_line| by packing the specified
|
| // extension. Returns false if the pack job failed.
|
|
|