| Index: media/capture/video/mac/video_capture_device_decklink_mac.h
 | 
| diff --git a/media/capture/video/mac/video_capture_device_decklink_mac.h b/media/capture/video/mac/video_capture_device_decklink_mac.h
 | 
| index e03765abc5b3b9e4a29ec56e4a306fb9bdc0aced..8718e03bfdbb2f847b75769c0e3ba77f0db40957 100644
 | 
| --- a/media/capture/video/mac/video_capture_device_decklink_mac.h
 | 
| +++ b/media/capture/video/mac/video_capture_device_decklink_mac.h
 | 
| @@ -19,6 +19,10 @@ namespace {
 | 
|  class DeckLinkCaptureDelegate;
 | 
|  }  // namespace
 | 
|  
 | 
| +namespace tracked_objects {
 | 
| +class Location;
 | 
| +}  // namespace tracked_objects
 | 
| +
 | 
|  namespace media {
 | 
|  
 | 
|  // Extension of VideoCaptureDevice to create and manipulate Blackmagic devices.
 | 
| @@ -52,7 +56,8 @@ class MEDIA_EXPORT VideoCaptureDeviceDeckLinkMac : public VideoCaptureDevice {
 | 
|                                base::TimeTicks timestamp);
 | 
|  
 | 
|    // Forwarder to VideoCaptureDevice::Client::OnError().
 | 
| -  void SendErrorString(const std::string& reason);
 | 
| +  void SendErrorString(const tracked_objects::Location& from_here,
 | 
| +                       const std::string& reason);
 | 
|  
 | 
|    // Forwarder to VideoCaptureDevice::Client::OnLog().
 | 
|    void SendLogString(const std::string& message);
 | 
| 
 |