| Index: ui/snapshot/screenshot_grabber.h
|
| diff --git a/ui/snapshot/screenshot_grabber.h b/ui/snapshot/screenshot_grabber.h
|
| index 6a1e1cc597de77b9fa4005f9cbb312215210ce83..8461ce885a78f030591c91b8aa8e80056f97067d 100644
|
| --- a/ui/snapshot/screenshot_grabber.h
|
| +++ b/ui/snapshot/screenshot_grabber.h
|
| @@ -90,7 +90,7 @@ class SNAPSHOT_EXPORT ScreenshotGrabber {
|
| // Task runner for blocking tasks.
|
| scoped_refptr<base::TaskRunner> blocking_task_runner_;
|
|
|
| - ObserverList<ScreenshotGrabberObserver> observers_;
|
| + base::ObserverList<ScreenshotGrabberObserver> observers_;
|
| base::WeakPtrFactory<ScreenshotGrabber> factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ScreenshotGrabber);
|
|
|