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

Unified Diff: media/base/media_stub.cc

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/media.h ('k') | media/filters/pipeline_integration_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_stub.cc
diff --git a/media/base/media_stub.cc b/media/base/media_stub.cc
index a42bbf9dd7d0a01fec396e8c0188a044ec56c850..27bdc15e2d6be0706c5aa038575223ed3ab952de 100644
--- a/media/base/media_stub.cc
+++ b/media/base/media_stub.cc
@@ -10,7 +10,7 @@
// libraries (e.g., Android and iOS).
namespace media {
-bool InitializeMediaLibrary(const FilePath& module_dir) {
+bool InitializeMediaLibrary(const base::FilePath& module_dir) {
return true;
}
« no previous file with comments | « media/base/media.h ('k') | media/filters/pipeline_integration_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698