commit | d34e4070cf4f092298c9154b4c326be02cf326cb | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 05 20:28:30 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 05 20:28:30 2013 |
tree | 232ecaa1cfe7646dd3af944a056638afa5a7889d | |
parent | 83403ab1217825f3f921395fb902f5046f1273f3 [diff] [blame] |
Adds a gfx_export.h to ui/gfx and converts all code in ui/gfx to include it rather than ui_export.h [email protected] http://crbug.com/285385 Review URL: https://codereview.chromium.org/23486010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221506 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/gfx/path_win.h b/ui/gfx/path_win.h index 6df025b..f64bc80a 100644 --- a/ui/gfx/path_win.h +++ b/ui/gfx/path_win.h
@@ -7,7 +7,7 @@ #include <windows.h> -#include "ui/base/ui_export.h" +#include "ui/gfx/gfx_export.h" class SkPath;