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

Unified Diff: webrtc/base/buffer.cc

Issue 1928633006: Re-add a (dummy) webrtc/base/buffer.cc to hopefully unbreak the Chromium build (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/buffer.cc
diff --git a/webrtc/api/mediastreamhandler.cc b/webrtc/base/buffer.cc
similarity index 62%
copy from webrtc/api/mediastreamhandler.cc
copy to webrtc/base/buffer.cc
index 4679037f1ff6673b2773118e2c04d8a220f73df9..79e48bd7a7453bb2c877d9d62b504494fe784ebb 100644
--- a/webrtc/api/mediastreamhandler.cc
+++ b/webrtc/base/buffer.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 The WebRTC project authors. All Rights Reserved.
+ * Copyright 2016 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 once Chrome build files no longer reference
-// it.
+// This is a dummy file, added because something in the Chromium build claims
+// to need it. We should fix that, and then remove it (bug 5845).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698