| Index: content/common/establish_channel_params.cc
|
| diff --git a/content/gpu/establish_channel_params.cc b/content/common/establish_channel_params.cc
|
| similarity index 89%
|
| rename from content/gpu/establish_channel_params.cc
|
| rename to content/common/establish_channel_params.cc
|
| index 770c3bf7c2b66c6c5f23a8347ccac1db653c44c9..6ca5ac6a7bcdc2c4d07e1d770fffce508f26a721 100644
|
| --- a/content/gpu/establish_channel_params.cc
|
| +++ b/content/common/establish_channel_params.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/gpu/establish_channel_params.h"
|
| +#include "content/common/establish_channel_params.h"
|
|
|
| namespace content {
|
|
|
|
|