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

Unified Diff: chrome/browser/ui/webui/options2/media_galleries_handler.h

Issue 10835016: Rename media gallery -> media galleries in pref/UI components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_gallery_handler.h b/chrome/browser/ui/webui/options2/media_galleries_handler.h
similarity index 77%
rename from chrome/browser/ui/webui/options2/media_gallery_handler.h
rename to chrome/browser/ui/webui/options2/media_galleries_handler.h
index 37f24bb7e9de859170de109cb2a592756e7cdaed..f33162d64d3c947f82d164bf3a08c6a640ef7c9d 100644
--- a/chrome/browser/ui/webui/options2/media_gallery_handler.h
+++ b/chrome/browser/ui/webui/options2/media_galleries_handler.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERY_HANDLER_H_
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERY_HANDLER_H_
+#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERIES_HANDLER_H_
+#define CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERIES_HANDLER_H_
#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/ui/select_file_dialog.h"
@@ -13,11 +13,11 @@
namespace options2 {
// Handles messages related to adding or removing media galleries.
-class MediaGalleryHandler : public OptionsPageUIHandler,
- public SelectFileDialog::Listener {
+class MediaGalleriesHandler : public OptionsPageUIHandler,
+ public SelectFileDialog::Listener {
public:
- MediaGalleryHandler();
- virtual ~MediaGalleryHandler();
+ MediaGalleriesHandler();
+ virtual ~MediaGalleriesHandler();
// OptionsPageUIHandler implementation.
virtual void GetLocalizedValues(base::DictionaryValue* values) OVERRIDE;
@@ -46,9 +46,9 @@ class MediaGalleryHandler : public OptionsPageUIHandler,
PrefChangeRegistrar pref_change_registrar_;
- DISALLOW_COPY_AND_ASSIGN(MediaGalleryHandler);
+ DISALLOW_COPY_AND_ASSIGN(MediaGalleriesHandler);
};
} // namespace options2
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERY_HANDLER_H_
+#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_MEDIA_GALLERIES_HANDLER_H_
« no previous file with comments | « chrome/browser/resources/options2/options_bundle.js ('k') | chrome/browser/ui/webui/options2/media_galleries_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698