| Index: chrome/browser/ui/cocoa/media_picker/desktop_media_picker_item.h
|
| diff --git a/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_item.h b/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_item.h
|
| index 3c66a1ec5b463dbd3af72209b8ff6da4f61c8ef2..55191ef1cdb3256e62a513bca7ceb66b0cd6ce5d 100644
|
| --- a/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_item.h
|
| +++ b/chrome/browser/ui/cocoa/media_picker/desktop_media_picker_item.h
|
| @@ -8,7 +8,7 @@
|
| #import <AppKit/AppKit.h>
|
|
|
| #import "base/mac/scoped_nsobject.h"
|
| -#include "chrome/browser/media/desktop_media_picker_model.h"
|
| +#include "chrome/browser/media/desktop_media_list.h"
|
|
|
| // Stores the data representing a |DesktopMediaPicker| source for displaying in
|
| // a |IKImageBrowserView|. Implements the |IKImageBrowserItem| informal
|
| @@ -23,7 +23,7 @@
|
| }
|
|
|
| // Designated initializer.
|
| -// |sourceID| is the corresponding source's ID as provided by the model.
|
| +// |sourceID| is the corresponding source's ID as provided by the media list.
|
| // |imageUID| is a unique number in the context of the |IKImageBrowserView|
|
| // instance.
|
| // |imageTitle| is the source's name to be used as the label in
|
|
|