diff options
Diffstat (limited to 'content/browser/browser_child_process_host.cc')
-rw-r--r-- | content/browser/browser_child_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc index 12a023a..63604a3 100644 --- a/content/browser/browser_child_process_host.cc +++ b/content/browser/browser_child_process_host.cc @@ -46,7 +46,7 @@ class ChildNotificationTask : public Task { virtual void Run() { NotificationService::current()-> Notify(notification_type_, NotificationService::AllSources(), - Details<ChildProcessInfo>(&info_)); + content::Details<ChildProcessInfo>(&info_)); } private: |