| Index: services/ui/public/cpp/mojo_buffer_backing.cc
|
| diff --git a/services/ui/common/mojo_buffer_backing.cc b/services/ui/public/cpp/mojo_buffer_backing.cc
|
| similarity index 94%
|
| rename from services/ui/common/mojo_buffer_backing.cc
|
| rename to services/ui/public/cpp/mojo_buffer_backing.cc
|
| index de377f49376316fce5e2740f31204305001f84fe..6811201bd802ac71493bdc5bfa329f8c5c205c95 100644
|
| --- a/services/ui/common/mojo_buffer_backing.cc
|
| +++ b/services/ui/public/cpp/mojo_buffer_backing.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/mojo_buffer_backing.h"
|
| +#include "services/ui/public/cpp/mojo_buffer_backing.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/ptr_util.h"
|
|
|