| Index: chrome/utility/profile_import_handler.h
|
| diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
|
| index 53d00f2770291f67a25175948c5eb053d88ac5fe..e0eb94faa5b4ec33bd12d1b21623365cf5bd2c55 100644
|
| --- a/chrome/utility/profile_import_handler.h
|
| +++ b/chrome/utility/profile_import_handler.h
|
| @@ -27,10 +27,10 @@ struct SourceProfile;
|
| class ProfileImportHandler : public UtilityMessageHandler {
|
| public:
|
| ProfileImportHandler();
|
| - virtual ~ProfileImportHandler();
|
| + ~ProfileImportHandler() override;
|
|
|
| // IPC::Listener:
|
| - virtual bool OnMessageReceived(const IPC::Message& message) override;
|
| + bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| private:
|
| void OnImportStart(
|
|
|