| Index: content/common/gpu/gpu_rendering_stats.cc
|
| diff --git a/content/public/common/gpu_rendering_stats.cc b/content/common/gpu/gpu_rendering_stats.cc
|
| similarity index 87%
|
| rename from content/public/common/gpu_rendering_stats.cc
|
| rename to content/common/gpu/gpu_rendering_stats.cc
|
| index bbe38b9f82b42a0048856c656fe7a8b2bb658624..18e9ec702bff86f03c60c15db78ac7f81e5e95f6 100644
|
| --- a/content/public/common/gpu_rendering_stats.cc
|
| +++ b/content/common/gpu/gpu_rendering_stats.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/public/common/gpu_rendering_stats.h"
|
| +#include "content/common/gpu/gpu_rendering_stats.h"
|
|
|
| namespace content {
|
|
|
|
|