| Index: ui/gfx/render_text_pango.h
|
| diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_pango.h
|
| similarity index 96%
|
| rename from ui/gfx/render_text_linux.h
|
| rename to ui/gfx/render_text_pango.h
|
| index 296a3fe0193e2e81222ef47a895417c413ebd0a1..1dfd3ab0f76849a0ddc8cd11124d0c24929effa5 100644
|
| --- a/ui/gfx/render_text_linux.h
|
| +++ b/ui/gfx/render_text_pango.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_RENDER_TEXT_LINUX_H_
|
| -#define UI_GFX_RENDER_TEXT_LINUX_H_
|
| +#ifndef UI_GFX_RENDER_TEXT_PANGO_H_
|
| +#define UI_GFX_RENDER_TEXT_PANGO_H_
|
|
|
| #include <pango/pango.h>
|
| #include <vector>
|
| @@ -85,4 +85,4 @@ class RenderTextLinux : public RenderText {
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_RENDER_TEXT_LINUX_H_
|
| +#endif // UI_GFX_RENDER_TEXT_PANGO_H_
|
|
|