| Index: media/base/filter_host.h | 
| diff --git a/media/base/filter_host.h b/media/base/filter_host.h | 
| index 982b3e5aaa790ad0cc7f4cf2cd90ed8375eee140..5e70797c58341c3569387af088179683ef6f5484 100644 | 
| --- a/media/base/filter_host.h | 
| +++ b/media/base/filter_host.h | 
| @@ -26,7 +26,7 @@ class FilterHost { | 
| public: | 
| // Stops execution of the pipeline due to a fatal error.  Do not call this | 
| // method with PIPELINE_OK or PIPELINE_STOPPING (used internally by pipeline). | 
| -  virtual void Error(PipelineError error) = 0; | 
| +  virtual void SetError(PipelineError error) = 0; | 
|  | 
| // Gets the current time in microseconds. | 
| virtual base::TimeDelta GetTime() const = 0; | 
|  |