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