| Index: chrome_frame/test/chrome_frame_ui_test_utils.cc
|
| diff --git a/chrome_frame/test/chrome_frame_ui_test_utils.cc b/chrome_frame/test/chrome_frame_ui_test_utils.cc
|
| index 0f557b3abd0bbe8b85490af01010bb2e1e731a0e..6dcdaf72d818230fef0e59e7004e36fb40ee18f5 100644
|
| --- a/chrome_frame/test/chrome_frame_ui_test_utils.cc
|
| +++ b/chrome_frame/test/chrome_frame_ui_test_utils.cc
|
| @@ -739,8 +739,8 @@ bool IsDesktopUnlocked() {
|
| return desk;
|
| }
|
|
|
| -FilePath GetIAccessible2ProxyStubPath() {
|
| - FilePath path;
|
| +base::FilePath GetIAccessible2ProxyStubPath() {
|
| + base::FilePath path;
|
| PathService::Get(chrome::DIR_APP, &path);
|
| return path.AppendASCII("IAccessible2Proxy.dll");
|
| }
|
|
|