diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 06:18:24 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 06:18:24 +0000 |
commit | 2b733b3e37e4003a2689d8b131629c98ab3a2e77 (patch) | |
tree | 82f0be72c19243d32918b10fc9ba58ec418d3813 /chrome_frame | |
parent | 5b92bc6a9fa7bdf039cd15cb88889ea3732ffa2c (diff) | |
download | chromium_src-2b733b3e37e4003a2689d8b131629c98ab3a2e77.zip chromium_src-2b733b3e37e4003a2689d8b131629c98ab3a2e77.tar.gz chromium_src-2b733b3e37e4003a2689d8b131629c98ab3a2e77.tar.bz2 |
Make iaccessible2 write shared generated files to SHARED_INTERMEDIATE_DIR
BUG=97186
TEST=none
Review URL: http://codereview.chromium.org/7971008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/chrome_frame_ui_test_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_ui_test_utils.cc b/chrome_frame/test/chrome_frame_ui_test_utils.cc index d1dbd67..80a7ead 100644 --- a/chrome_frame/test/chrome_frame_ui_test_utils.cc +++ b/chrome_frame/test/chrome_frame_ui_test_utils.cc @@ -19,8 +19,8 @@ #include "chrome/common/chrome_paths.h" #include "chrome_frame/test/win_event_receiver.h" #include "chrome_frame/utils.h" -#include "ia2_api_all.h" // Generated NOLINT #include "testing/gtest/include/gtest/gtest.h" +#include "third_party/iaccessible2/ia2_api_all.h" #include "ui/gfx/point.h" #include "ui/gfx/rect.h" |