| Index: services/ui/public/cpp/gpu_memory_buffer_impl.cc
|
| diff --git a/services/ui/common/gpu_memory_buffer_impl.cc b/services/ui/public/cpp/gpu_memory_buffer_impl.cc
|
| similarity index 95%
|
| rename from services/ui/common/gpu_memory_buffer_impl.cc
|
| rename to services/ui/public/cpp/gpu_memory_buffer_impl.cc
|
| index 99a1a87a6105b020e67d3c913a114ae11edead5a..a4bac651c43e7db93880135d2d8fd7c181196e7d 100644
|
| --- a/services/ui/common/gpu_memory_buffer_impl.cc
|
| +++ b/services/ui/public/cpp/gpu_memory_buffer_impl.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 "services/ui/common/gpu_memory_buffer_impl.h"
|
| +#include "services/ui/public/cpp/gpu_memory_buffer_impl.h"
|
|
|
| namespace ui {
|
|
|
|
|