| Index: chrome/browser/media/desktop_media_list_base.h
|
| diff --git a/chrome/browser/media/desktop_media_list_base.h b/chrome/browser/media/desktop_media_list_base.h
|
| index 499571bf952be6fa405a9cdb11833c55fa313242..6c0feb11373953c5edf66a070203145349b4ed34 100644
|
| --- a/chrome/browser/media/desktop_media_list_base.h
|
| +++ b/chrome/browser/media/desktop_media_list_base.h
|
| @@ -11,7 +11,7 @@
|
| // Thumbnail size is 100*100 pixels
|
| static const int kDefaultThumbnailSize = 100;
|
|
|
| -// Base class for DesktopMedaiList implementations. Implements logic shared
|
| +// Base class for DesktopMediaList implementations. Implements logic shared
|
| // between implementations. Specifically it's responsible for keeping current
|
| // list of sources and calling the observer when the list changes.
|
| class DesktopMediaListBase : public DesktopMediaList {
|
|
|