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

Unified Diff: webrtc/api/mediastreamhandler.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location for peerconnection_unittests.isolate Created 4 years, 11 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
Index: webrtc/api/mediastreamhandler.h
diff --git a/webrtc/p2p/base/session.cc b/webrtc/api/mediastreamhandler.h
similarity index 74%
copy from webrtc/p2p/base/session.cc
copy to webrtc/api/mediastreamhandler.h
index 1a23f8363f76f5d90f12d745461d15871ac679ba..4679037f1ff6673b2773118e2c04d8a220f73df9 100644
--- a/webrtc/p2p/base/session.cc
+++ b/webrtc/api/mediastreamhandler.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2004 The WebRTC Project Authors. All rights reserved.
+ * Copyright 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@@ -8,5 +8,5 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// TODO(deadbeef): Remove this file when Chrome build files no longer reference
+// TODO(deadbeef): Remove this file once Chrome build files no longer reference
// it.

Powered by Google App Engine
This is Rietveld 408576698