| Index: ui/gfx/ozone/dri/dri_surface.h
|
| diff --git a/ui/gfx/ozone/impl/dri_surface.h b/ui/gfx/ozone/dri/dri_surface.h
|
| similarity index 97%
|
| rename from ui/gfx/ozone/impl/dri_surface.h
|
| rename to ui/gfx/ozone/dri/dri_surface.h
|
| index 7174e893d2d50621cac4731e8f74e765cf6a50d1..3767f5664d998784c5cd652d5f2156f8e0393b51 100644
|
| --- a/ui/gfx/ozone/impl/dri_surface.h
|
| +++ b/ui/gfx/ozone/dri/dri_surface.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 UI_GFX_OZONE_IMPL_DRI_SURFACE_H_
|
| -#define UI_GFX_OZONE_IMPL_DRI_SURFACE_H_
|
| +#ifndef UI_GFX_OZONE_DRI_DRI_SURFACE_H_
|
| +#define UI_GFX_OZONE_DRI_DRI_SURFACE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -164,4 +164,4 @@ class DriSurface {
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_OZONE_IMPL_DRI_SURFACE_H_
|
| +#endif // UI_GFX_OZONE_DRI_DRI_SURFACE_H_
|
|
|