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

Unified Diff: media/base/fake_localized_strings.cc

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_localized_strings.h ('k') | media/base/fake_media_resources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/fake_localized_strings.cc
diff --git a/media/base/fake_media_resources.cc b/media/base/fake_localized_strings.cc
similarity index 87%
rename from media/base/fake_media_resources.cc
rename to media/base/fake_localized_strings.cc
index 67ac7262403124f040945d03062cf5b21640af87..a497483dc4b6e7b69c0f45b0d1cca3e6e4707a04 100644
--- a/media/base/fake_media_resources.cc
+++ b/media/base/fake_localized_strings.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/strings/utf_string_conversions.h"
-#include "media/base/media_resources.h"
+#include "media/base/localized_strings.h"
namespace media {
@@ -14,7 +14,7 @@ base::string16 FakeLocalizedStringProvider(MessageId message_id) {
return base::ASCIIToUTF16("FakeString");
}
-void SetUpFakeMediaResources() {
+void SetUpFakeLocalizedStrings() {
SetLocalizedStringProvider(FakeLocalizedStringProvider);
}
« no previous file with comments | « media/base/fake_localized_strings.h ('k') | media/base/fake_media_resources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698