| Index: content/gpu/establish_channel_params.h
|
| diff --git a/content/common/gpu/establish_channel_params.h b/content/gpu/establish_channel_params.h
|
| similarity index 75%
|
| rename from content/common/gpu/establish_channel_params.h
|
| rename to content/gpu/establish_channel_params.h
|
| index 3a06f86cd546fdf4a66b75787a182db8946e8895..a416bff9e1e15a8cc208e06253e6b0681d865a4b 100644
|
| --- a/content/common/gpu/establish_channel_params.h
|
| +++ b/content/gpu/establish_channel_params.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 CONTENT_COMMON_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
| -#define CONTENT_COMMON_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
| +#ifndef CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
| +#define CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -24,4 +24,4 @@ struct CONTENT_EXPORT EstablishChannelParams {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
| +#endif // CONTENT_GPU_ESTABLISH_CHANNEL_PARAMS_H_
|
|
|