| Index: services/ui/gles2/raster_thread_helper.h
|
| diff --git a/components/mus/gles2/raster_thread_helper.h b/services/ui/gles2/raster_thread_helper.h
|
| similarity index 78%
|
| rename from components/mus/gles2/raster_thread_helper.h
|
| rename to services/ui/gles2/raster_thread_helper.h
|
| index a43dfab08109a54250946dc50918259b85c81caa..b485cd5dffb6b8caf1fe70934e72fc327962c681 100644
|
| --- a/components/mus/gles2/raster_thread_helper.h
|
| +++ b/services/ui/gles2/raster_thread_helper.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
| -#define COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
| +#ifndef SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
| +#define SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -31,4 +31,4 @@ class RasterThreadHelper {
|
|
|
| } // namespace gles2
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
| +#endif // SERVICES_UI_GLES2_RASTER_THREAD_HELPER_H_
|
|
|