summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/startup_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/startup_helper.h')
-rw-r--r--chrome/browser/extensions/startup_helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/startup_helper.h b/chrome/browser/extensions/startup_helper.h
index 3bb2fd8..d6d36b4 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.