Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1620)

Unified Diff: chrome/browser/ui/webui/options2/chromeos/wallpaper_thumbnail_source.h

Issue 10857071: Options: Rename options2 namespace to options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698