| Index: remoting/capturer/shared_buffer.h
|
| diff --git a/remoting/base/shared_buffer.h b/remoting/capturer/shared_buffer.h
|
| similarity index 94%
|
| rename from remoting/base/shared_buffer.h
|
| rename to remoting/capturer/shared_buffer.h
|
| index 7b144d162df630fbd42c45594625e60a090fa191..16429b9fa19c3216c2eadc1cc1825dd0cdf673b4 100644
|
| --- a/remoting/base/shared_buffer.h
|
| +++ b/remoting/capturer/shared_buffer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_BASE_SHARED_BUFFER_H_
|
| -#define REMOTING_BASE_SHARED_BUFFER_H_
|
| +#ifndef REMOTING_CAPTURER_SHARED_BUFFER_H_
|
| +#define REMOTING_CAPTURER_SHARED_BUFFER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| @@ -66,4 +66,4 @@ class SharedBuffer
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_BASE_SHARED_BUFFER_H_
|
| +#endif // REMOTING_CAPTURER_SHARED_BUFFER_H_
|
|
|