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

Unified Diff: chrome/browser/media/test_license_server.h

Issue 789023002: Update browser/media to use the new version of LaunchProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: chrome/browser/media/test_license_server.h
diff --git a/chrome/browser/media/test_license_server.h b/chrome/browser/media/test_license_server.h
index 37e710b42af0af66e5e9c36bec7488a1b5b5cee7..0fa77f45b905e812c97a8e18b3fb762798c902b9 100644
--- a/chrome/browser/media/test_license_server.h
+++ b/chrome/browser/media/test_license_server.h
@@ -7,7 +7,7 @@
#include <string>
#include "base/memory/scoped_ptr.h"
-#include "base/process/process_handle.h"
+#include "base/process/process.h"
class TestLicenseServerConfig;
@@ -27,8 +27,8 @@ class TestLicenseServer {
private:
// License server configuration class used to obtain server paths, etc.
scoped_ptr<TestLicenseServerConfig> server_config_;
- // Process handle for the license server.
- base::ProcessHandle license_server_process_;
+ // Process for the license server.
+ base::Process license_server_process_;
DISALLOW_COPY_AND_ASSIGN(TestLicenseServer);
};
« no previous file with comments | « chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc ('k') | chrome/browser/media/test_license_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698