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

Unified Diff: chrome/common/partial_circular_buffer.cc

Issue 15741003: Moving WebRTC logging related files from content to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: chrome/common/partial_circular_buffer.cc
diff --git a/content/common/partial_circular_buffer.cc b/chrome/common/partial_circular_buffer.cc
similarity index 98%
rename from content/common/partial_circular_buffer.cc
rename to chrome/common/partial_circular_buffer.cc
index cba2243d1dfeb4263502eef05638d963a6743cb3..85107db57e6ce837aa42334be24617a7aae39293 100644
--- a/content/common/partial_circular_buffer.cc
+++ b/chrome/common/partial_circular_buffer.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/common/partial_circular_buffer.h"
+#include "chrome/common/partial_circular_buffer.h"
#include <algorithm>
#include "base/logging.h"
-namespace content {
+namespace chrome {
namespace {
@@ -163,4 +163,4 @@ void PartialCircularBuffer::DoWrite(void* dest, const void* src, uint32 num) {
buffer_data_->end_position = position_;
}
-} // namespace content
+} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698