| 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
|
|
|