| Index: ui/gfx/surface/transport_dib.h
|
| diff --git a/app/surface/transport_dib.h b/ui/gfx/surface/transport_dib.h
|
| similarity index 98%
|
| rename from app/surface/transport_dib.h
|
| rename to ui/gfx/surface/transport_dib.h
|
| index d13168a9b516315e85bb1068fcd3922df1f74edd..1834eec61d1682db65cfdb669df0f5217087e078 100644
|
| --- a/app/surface/transport_dib.h
|
| +++ b/ui/gfx/surface/transport_dib.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_TRANSPORT_DIB_H_
|
| -#define APP_SURFACE_TRANSPORT_DIB_H_
|
| +#ifndef UI_GFX_SURFACE_TRANSPORT_DIB_H_
|
| +#define UI_GFX_SURFACE_TRANSPORT_DIB_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -199,4 +199,4 @@ class TransportDIB {
|
| DISALLOW_COPY_AND_ASSIGN(TransportDIB);
|
| };
|
|
|
| -#endif // APP_SURFACE_TRANSPORT_DIB_H_
|
| +#endif // UI_GFX_SURFACE_TRANSPORT_DIB_H_
|
|
|