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

Unified Diff: talk/app/webrtc/dtlsidentityservice.cc

Issue 1276233006: Empty dtlsidentityservice.h/cc files added as to not break chromium (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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 | « talk/app/webrtc/dtlsidentityservice.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/dtlsidentityservice.cc
diff --git a/talk/session/media/voicechannel.h b/talk/app/webrtc/dtlsidentityservice.cc
similarity index 90%
copy from talk/session/media/voicechannel.h
copy to talk/app/webrtc/dtlsidentityservice.cc
index 6c1b6afdd55aab2df3325297afe0efde2b76b727..ca63ed538de30b62ad93349ff587da26d8358b12 100644
--- a/talk/session/media/voicechannel.h
+++ b/talk/app/webrtc/dtlsidentityservice.cc
@@ -1,6 +1,6 @@
/*
* libjingle
- * Copyright 2004 Google Inc.
+ * Copyright 2015 Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -25,9 +25,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _VOICECHANNEL_H_
-#define _VOICECHANNEL_H_
+#include "talk/app/webrtc/dtlsidentityservice.h"
-#include "talk/session/media/channel.h"
-
-#endif // _VOICECHANNEL_H_
+// TODO(hbos): Delete this file once Chromium's gyp files are updated.
« no previous file with comments | « talk/app/webrtc/dtlsidentityservice.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698