diff options
author | tfarina <tfarina@chromium.org> | 2015-01-02 20:25:32 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-03 04:26:28 +0000 |
commit | ebe974f000199a7020da9855e326b31daad59be3 (patch) | |
tree | 8d8229f8c47763ab9e1fabf12da07175adce5c5e /components/web_modal | |
parent | 1ca83b0ff277b7ec1d10ed3a14dcca823ce72249 (diff) | |
download | chromium_src-ebe974f000199a7020da9855e326b31daad59be3.zip chromium_src-ebe974f000199a7020da9855e326b31daad59be3.tar.gz chromium_src-ebe974f000199a7020da9855e326b31daad59be3.tar.bz2 |
Cleanup: Update the path to gfx size headers.
The geometry headers were moved from /ui/gfx/ to ui/gfx/geometry, so
we are updating the include paths to fix this.
BUG=395370
TEST=compiles
TBR=sky@chromium.org,danakj@chromium.org
Review URL: https://codereview.chromium.org/832953002
Cr-Commit-Position: refs/heads/master@{#309873}
Diffstat (limited to 'components/web_modal')
-rw-r--r-- | components/web_modal/test_web_contents_modal_dialog_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/web_modal/test_web_contents_modal_dialog_host.h b/components/web_modal/test_web_contents_modal_dialog_host.h index 1ba4d13..28c7c2f 100644 --- a/components/web_modal/test_web_contents_modal_dialog_host.h +++ b/components/web_modal/test_web_contents_modal_dialog_host.h @@ -9,8 +9,8 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" +#include "ui/gfx/geometry/size.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/size.h" namespace web_modal { |