| Index: components/mus/gles2/raster_thread_helper.h
|
| diff --git a/components/view_manager/gles2/raster_thread_helper.h b/components/mus/gles2/raster_thread_helper.h
|
| similarity index 77%
|
| rename from components/view_manager/gles2/raster_thread_helper.h
|
| rename to components/mus/gles2/raster_thread_helper.h
|
| index 4da58012cc10e7128576449562205289ad63fa8b..cdeade4209fa564be213a1109b84a888e0ff12ee 100644
|
| --- a/components/view_manager/gles2/raster_thread_helper.h
|
| +++ b/components/mus/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_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
|
| -#define COMPONENTS_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
|
| +#ifndef COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
| +#define COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| @@ -31,4 +31,4 @@ class RasterThreadHelper {
|
|
|
| } // namespace gles2
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_GLES2_RASTER_THREAD_HELPER_H_
|
| +#endif // COMPONENTS_MUS_GLES2_RASTER_THREAD_HELPER_H_
|
|
|