| 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 a55f624c54d08f6172155d89cd177cc360f0be02..0c88945a3336042c1ee1dcdc599cfdaac14baf02 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"
|
| @@ -186,4 +186,4 @@ class TransportDIB {
|
| DISALLOW_COPY_AND_ASSIGN(TransportDIB);
|
| };
|
|
|
| -#endif // APP_SURFACE_TRANSPORT_DIB_H_
|
| +#endif // UI_GFX_SURFACE_TRANSPORT_DIB_H_
|
|
|