| Index: services/gles2/gpu_impl.h
|
| diff --git a/mojo/services/gles2/gpu_impl.h b/services/gles2/gpu_impl.h
|
| similarity index 95%
|
| rename from mojo/services/gles2/gpu_impl.h
|
| rename to services/gles2/gpu_impl.h
|
| index a7c432f249752b2c0aef128aa4f0c93e04a14c12..905c1083f10cb82a8edf2f9b2048a8bd07240763 100644
|
| --- a/mojo/services/gles2/gpu_impl.h
|
| +++ b/services/gles2/gpu_impl.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef SERVICES_GLES2_GPU_IMPL_H_
|
| +#define SERVICES_GLES2_GPU_IMPL_H_
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/threading/thread.h"
|
| @@ -79,3 +82,5 @@ class GpuImpl : public Gpu {
|
| };
|
|
|
| } // namespace mojo
|
| +
|
| +#endif // SERVICES_GLES2_GPU_IMPL_H_
|
|
|