Index: remoting/host/simple_host_process.cc |
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc |
index d979e83f97ba589662a999c313b12752dfba042a..6ada25de55e54d8f5d6c86e58786129166efc728 100644 |
--- a/remoting/host/simple_host_process.cc |
+++ b/remoting/host/simple_host_process.cc |
@@ -119,7 +119,8 @@ int main(int argc, char** argv) { |
FilePath module_path; |
PathService::Get(base::DIR_MODULE, &module_path); |
- CHECK(media::InitializeMediaLibrary(module_path)) |
+ media::InitializeMediaLibrary(module_path); |
+ CHECK(media::IsMediaLibraryInitialized()) |
<< "Cannot load media library"; |
// Construct a chromoting host. |