| Index: ui/gfx/canvas_direct2d.h
|
| ===================================================================
|
| --- ui/gfx/canvas_direct2d.h (revision 73317)
|
| +++ ui/gfx/canvas_direct2d.h (working copy)
|
| @@ -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 GFX_CANVAS_DIRECT2D_H_
|
| -#define GFX_CANVAS_DIRECT2D_H_
|
| +#ifndef UI_GFX_CANVAS_DIRECT2D_H_
|
| +#define UI_GFX_CANVAS_DIRECT2D_H_
|
| #pragma once
|
|
|
| #include <d2d1.h>
|
| @@ -109,4 +109,4 @@
|
|
|
| } // namespace gfx;
|
|
|
| -#endif // GFX_CANVAS_DIRECT2D_H_
|
| +#endif // UI_GFX_CANVAS_DIRECT2D_H_
|
|
|