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

Unified Diff: media/base/localized_strings.h

Issue 2656523002: Rename media_resources -> localized_strings (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « media/base/fake_media_resources.cc ('k') | media/base/localized_strings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/localized_strings.h
diff --git a/media/base/media_resources.h b/media/base/localized_strings.h
similarity index 93%
rename from media/base/media_resources.h
rename to media/base/localized_strings.h
index 574b96baa7371401bc850f879ee1b7f50ce322f8..0678f9b201a791669333ea6e2fc097a2540a2664 100644
--- a/media/base/media_resources.h
+++ b/media/base/localized_strings.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 MEDIA_BASE_MEDIA_RESOURCES_H_
-#define MEDIA_BASE_MEDIA_RESOURCES_H_
+#ifndef MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
+#define MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
#include <string>
@@ -55,4 +55,4 @@ base::string16 GetLocalizedStringUTF16(MessageId message_id);
} // namespace media
-#endif // MEDIA_BASE_MEDIA_RESOURCES_H_
+#endif // MEDIA_BASE_MEDIA_LOCALIZED_STRINGS_H_
« no previous file with comments | « media/base/fake_media_resources.cc ('k') | media/base/localized_strings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698