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

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

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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/wv_test_license_server_config.h
diff --git a/chrome/browser/media/wv_test_license_server_config.h b/chrome/browser/media/wv_test_license_server_config.h
index 7b36e43ff10ee71af08dbd4d75115504995ea382..3bb393e48b9558658ff1a0a9455c8adc32da1134 100644
--- a/chrome/browser/media/wv_test_license_server_config.h
+++ b/chrome/browser/media/wv_test_license_server_config.h
@@ -10,6 +10,10 @@
#include "base/macros.h"
#include "chrome/browser/media/test_license_server_config.h"
+namespace base {
+class FilePath;
+}
+
// License configuration to run the Widevine test license server.
class WVTestLicenseServerConfig : public TestLicenseServerConfig {
public:
« no previous file with comments | « chrome/browser/media/webrtc/webrtc_log_uploader.h ('k') | chrome/browser/media_galleries/chromeos/mtp_read_file_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698