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

Unified Diff: media/test/run_all_unittests.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/remoting/interstitial.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/run_all_unittests.cc
diff --git a/media/test/run_all_unittests.cc b/media/test/run_all_unittests.cc
index 10b42b590c4476f76bbe6b94cb7be3fa3134b3a3..57d384c676a1aa18fe73c0ff416b735c2521fe00 100644
--- a/media/test/run_all_unittests.cc
+++ b/media/test/run_all_unittests.cc
@@ -8,7 +8,7 @@
#include "base/test/test_discardable_memory_allocator.h"
#include "base/test/test_suite.h"
#include "build/build_config.h"
-#include "media/base/fake_media_resources.h"
+#include "media/base/fake_localized_strings.h"
#include "media/base/media.h"
#include "media/base/media_switches.h"
#include "mojo/edk/embedder/embedder.h"
@@ -54,7 +54,7 @@ void TestSuiteNoAtExit::Initialize() {
// Run this here instead of main() to ensure an AtExitManager is already
// present.
media::InitializeMediaLibrary();
- media::SetUpFakeMediaResources();
+ media::SetUpFakeLocalizedStrings();
base::DiscardableMemoryAllocator::SetInstance(&discardable_memory_allocator_);
}
« no previous file with comments | « media/remoting/interstitial.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698