| Index: ui/gfx/font_render_params.h
|
| diff --git a/ui/gfx/font_render_params_linux.h b/ui/gfx/font_render_params.h
|
| similarity index 93%
|
| rename from ui/gfx/font_render_params_linux.h
|
| rename to ui/gfx/font_render_params.h
|
| index ac8323ceade38d2cec7aab0a20ca20c736f2f98d..aefb216e39577ae49cf09b782265b982c1d581ee 100644
|
| --- a/ui/gfx/font_render_params_linux.h
|
| +++ b/ui/gfx/font_render_params.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_FONT_RENDER_PARAMS_LINUX_H_
|
| -#define UI_GFX_FONT_RENDER_PARAMS_LINUX_H_
|
| +#ifndef UI_GFX_FONT_RENDER_PARAMS_H_
|
| +#define UI_GFX_FONT_RENDER_PARAMS_H_
|
|
|
| #include "ui/gfx/gfx_export.h"
|
|
|
| @@ -67,4 +67,4 @@ GFX_EXPORT bool GetDefaultWebkitSubpixelPositioning();
|
|
|
| } // namespace gfx
|
|
|
| -#endif // UI_GFX_FONT_RENDER_PARAMS_LINUX_H_
|
| +#endif // UI_GFX_FONT_RENDER_PARAMS_H_
|
|
|