diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-05 01:53:38 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-05 01:53:38 +0000 |
commit | 08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8 (patch) | |
tree | f961683ebee575109805b3d465032057f4b01fe5 /chrome_frame | |
parent | b87b12e002f8c21806b4848be90c5e563bf5337d (diff) | |
download | chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.zip chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.tar.gz chromium_src-08397d5343ddaba1a32a5ac7e0bf3bc03bd3bdf8.tar.bz2 |
Change includes of gfx/* to ui/gfx/*
BUG=71063
TEST=compiled
Review URL: http://codereview.chromium.org/6312156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/chrome_frame_ui_test_utils.cc | 4 | ||||
-rw-r--r-- | chrome_frame/test/mock_ie_event_sink_actions.h | 4 | ||||
-rw-r--r-- | chrome_frame/utils.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chrome_frame/test/chrome_frame_ui_test_utils.cc b/chrome_frame/test/chrome_frame_ui_test_utils.cc index d9013c0..21d9142 100644 --- a/chrome_frame/test/chrome_frame_ui_test_utils.cc +++ b/chrome_frame/test/chrome_frame_ui_test_utils.cc @@ -19,10 +19,10 @@ #include "chrome/common/chrome_paths.h" #include "chrome_frame/test/win_event_receiver.h" #include "chrome_frame/utils.h" -#include "gfx/point.h" -#include "gfx/rect.h" #include "ia2_api_all.h" // Generated NOLINT #include "testing/gtest/include/gtest/gtest.h" +#include "ui/gfx/point.h" +#include "ui/gfx/rect.h" namespace chrome_frame_test { diff --git a/chrome_frame/test/mock_ie_event_sink_actions.h b/chrome_frame/test/mock_ie_event_sink_actions.h index 2d5539d..58d7006 100644 --- a/chrome_frame/test/mock_ie_event_sink_actions.h +++ b/chrome_frame/test/mock_ie_event_sink_actions.h @@ -17,9 +17,9 @@ #include "chrome_frame/test/ie_event_sink.h" #include "chrome_frame/test/mock_ie_event_sink_test.h" #include "chrome_frame/test/simulate_input.h" -#include "gfx/point.h" -#include "gfx/rect.h" #include "testing/gmock/include/gmock/gmock.h" +#include "ui/gfx/point.h" +#include "ui/gfx/rect.h" namespace chrome_frame_test { diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index fc9928b..6b8b0ee 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -18,8 +18,8 @@ #include "base/synchronization/lock.h" #include "base/threading/thread.h" #include "base/win/scoped_comptr.h" -#include "gfx/rect.h" #include "googleurl/src/gurl.h" +#include "ui/gfx/rect.h" class FilePath; interface IBrowserService; |