| Index: media/base/media.h
|
| diff --git a/media/base/media.h b/media/base/media.h
|
| index 277c740e783cf1e780b07b679b94defe61f036e7..55189610fb2be57c2e5baf917129ad50b74c736a 100644
|
| --- a/media/base/media.h
|
| +++ b/media/base/media.h
|
| @@ -10,7 +10,9 @@
|
|
|
| #include "media/base/media_export.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace media {
|
|
|
| @@ -25,7 +27,7 @@ namespace media {
|
| // of the process.
|
| //
|
| // Returns true if everything was successfully initialized, false otherwise.
|
| -MEDIA_EXPORT bool InitializeMediaLibrary(const FilePath& module_dir);
|
| +MEDIA_EXPORT bool InitializeMediaLibrary(const base::FilePath& module_dir);
|
|
|
| // Helper function for unit tests to avoid boiler plate code everywhere. This
|
| // function will crash if it fails to load the media library. This ensures tests
|
|
|