| Index: chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h b/chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h
|
| index 451fb657ad6f67052644616910458b7629693cee..e21f426ed6b286c01d72be88bbcbe80fd92f5739 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h
|
| @@ -20,7 +20,7 @@ namespace chromeos {
|
|
|
| class User;
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Returns a string consisting of the prefix specified and the index of the
|
| // image. For example: chrome://wallpaper/default_2.
|
| @@ -77,7 +77,7 @@ class WallpaperThumbnailSource : public ChromeURLDataManager::DataSource {
|
| DISALLOW_COPY_AND_ASSIGN(WallpaperThumbnailSource);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
| } // namespace chromeos
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CHROMEOS_WALLPAPER_THUMBNAIL_SOURCE_H_
|
|
|