Chromium Code Reviews| Index: chrome/browser/media_gallery/media_galleries_preferences.h |
| diff --git a/chrome/browser/media_gallery/media_galleries_preferences.h b/chrome/browser/media_gallery/media_galleries_preferences.h |
| index 68eef4a714f5761cfabaf0d0e8efb77ca9de3553..766b678a3e04745ab68f7a419fc9c50b44bc4348 100644 |
| --- a/chrome/browser/media_gallery/media_galleries_preferences.h |
| +++ b/chrome/browser/media_gallery/media_galleries_preferences.h |
| @@ -59,6 +59,9 @@ struct MediaGalleryPrefInfo { |
| // The root of the gallery, relative to the root of the device. |
| FilePath path; |
| + // The absolute path of the gallery. |
| + FilePath AbsolutePath() const; |
|
vandebo (ex-Chrome)
2012/09/12 18:19:57
nit: methods before members - move to line 49
|
| + |
| // The type of gallery. |
| Type type; |
| }; |