Index: chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.h |
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.h |
similarity index 51% |
copy from chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h |
copy to chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.h |
index b9eb379e2f804e68914d706706923e89f358d754..e700a0ed6e35acc8246da6edc56fba3ff66db650 100644 |
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.h |
+++ b/chrome/browser/ui/webui/media_router/media_router_localized_strings_provider.h |
@@ -2,20 +2,20 @@ |
// 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_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_ |
-#define CHROME_BROWSER_UI_WEBUI_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_ |
+#ifndef CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_LOCALIZED_STRINGS_PROVIDER_H_ |
+#define CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_LOCALIZED_STRINGS_PROVIDER_H_ |
namespace content { |
class WebUIDataSource; |
} |
-namespace settings { |
+namespace media_router { |
-// Adds the strings needed by the settings page to |html_source|. This function |
+// Adds the strings needed by Media Router to |html_source|. This function |
// causes |html_source| to expose a strings.js file from its source which |
// contains a mapping from string's name to its translated value. |
void AddLocalizedStrings(content::WebUIDataSource* html_source); |
-} // namespace settings |
+} // namespace media_router |
-#endif // CHROME_BROWSER_UI_WEBUI_SETTINGS_MD_SETTINGS_LOCALIZED_STRINGS_PROVIDER_H_ |
+#endif // CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_LOCALIZED_STRINGS_PROVIDER_H_ |