| Index: content/common/gpu/gpu_param_traits.cc
|
| diff --git a/chrome/common/common_param_traits.cc b/content/common/gpu/gpu_param_traits.cc
|
| similarity index 52%
|
| copy from chrome/common/common_param_traits.cc
|
| copy to content/common/gpu/gpu_param_traits.cc
|
| index 466cfde6da84d0c6c4b4e7ab3e6af9f81e8e1542..2b1580a901395aa5235d0d12909ad6ed543a685b 100644
|
| --- a/chrome/common/common_param_traits.cc
|
| +++ b/content/common/gpu/gpu_param_traits.cc
|
| @@ -1,27 +1,27 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| // Get basic type definitions.
|
| -#include "chrome/common/common_param_traits.h"
|
| +#include "content/common/gpu/gpu_param_traits.h"
|
|
|
| // Generate param traits write methods.
|
| #include "ipc/param_traits_write_macros.h"
|
| namespace IPC {
|
| -#undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
| -#include "chrome/common/common_param_traits_macros.h"
|
| +#undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_
|
| +#include "content/common/gpu/gpu_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits read methods.
|
| #include "ipc/param_traits_read_macros.h"
|
| namespace IPC {
|
| -#undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
| -#include "chrome/common/common_param_traits_macros.h"
|
| +#undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_
|
| +#include "content/common/gpu/gpu_param_traits_macros.h"
|
| } // namespace IPC
|
|
|
| // Generate param traits log methods.
|
| #include "ipc/param_traits_log_macros.h"
|
| namespace IPC {
|
| -#undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
|
| -#include "chrome/common/common_param_traits_macros.h"
|
| +#undef CONTENT_COMMON_GPU_GPU_PARAM_TRAITS_MACROS_H_
|
| +#include "content/common/gpu/gpu_param_traits_macros.h"
|
| } // namespace IPC
|
|
|