| Index: ui/gfx/surface/io_surface_support_mac.h
|
| diff --git a/app/surface/io_surface_support_mac.h b/ui/gfx/surface/io_surface_support_mac.h
|
| similarity index 94%
|
| rename from app/surface/io_surface_support_mac.h
|
| rename to ui/gfx/surface/io_surface_support_mac.h
|
| index 82dccca7fe9f0371b60fc03ac4956bd02f1e4b74..e8d01b9046a53b49f62b2db610962ecf4558e8e9 100644
|
| --- a/app/surface/io_surface_support_mac.h
|
| +++ b/ui/gfx/surface/io_surface_support_mac.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 APP_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
| -#define APP_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
| +#ifndef UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
| +#define UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
| #pragma once
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| @@ -66,5 +66,5 @@ class IOSurfaceSupport {
|
| DISALLOW_COPY_AND_ASSIGN(IOSurfaceSupport);
|
| };
|
|
|
| -#endif // APP_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
| +#endif // UI_GFX_SURFACE_IO_SURFACE_SUPPORT_MAC_H_
|
|
|
|
|