summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_import_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile_import_process_host.h')
-rw-r--r--chrome/browser/profile_import_process_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile_import_process_host.h b/chrome/browser/profile_import_process_host.h
index a9d5805..a6129a1 100644
--- a/chrome/browser/profile_import_process_host.h
+++ b/chrome/browser/profile_import_process_host.h
@@ -123,7 +123,7 @@ class ProfileImportProcessHost : public BrowserChildProcessHost {
// Called by the external importer process to send messages back to the
// ImportProcessClient.
- void OnMessageReceived(const IPC::Message& message);
+ virtual void OnMessageReceived(const IPC::Message& message);
// Overridden from BrowserChildProcessHost:
virtual void OnProcessCrashed();