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

Unified Diff: chrome/browser/ui/webui/options2/media_galleries_handler.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/media_galleries_handler.h
diff --git a/chrome/browser/ui/webui/options2/media_galleries_handler.h b/chrome/browser/ui/webui/options2/media_galleries_handler.h
index 916e9e354544f4ca5db956968745847e58c57594..4a897d858098d6b6f5c5fc5c4941728cea2cd277 100644
--- a/chrome/browser/ui/webui/options2/media_galleries_handler.h
+++ b/chrome/browser/ui/webui/options2/media_galleries_handler.h
@@ -10,7 +10,7 @@
#include "content/public/browser/notification_observer.h"
#include "ui/base/dialogs/select_file_dialog.h"
-namespace options2 {
+namespace options {
// Handles messages related to adding or removing media galleries.
class MediaGalleriesHandler : public OptionsPageUIHandler,
@@ -49,6 +49,6 @@ class MediaGalleriesHandler : public OptionsPageUIHandler,
DISALLOW_COPY_AND_ASSIGN(MediaGalleriesHandler);
};
-} // namespace options2
+} // namespace options
#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERIES_HANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698