diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index d85cc0c..9862f91 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -8,7 +8,6 @@ #include <atlcom.h> #include <exdisp.h> -#include "app/app_paths.h" #include "base/command_line.h" #include "base/debug/debugger.h" #include "base/file_util.h" @@ -231,7 +230,7 @@ void FakeExternalTab::Initialize() { icu_util::Initialize(); TestTimeouts::Initialize(); - app::RegisterPathProvider(); + chrome::RegisterPathProvider(); content::RegisterPathProvider(); ui::RegisterPathProvider(); |