| Index: chrome_frame/test/net/fake_external_tab.cc
|
| ===================================================================
|
| --- chrome_frame/test/net/fake_external_tab.cc (revision 70346)
|
| +++ chrome_frame/test/net/fake_external_tab.cc (working copy)
|
| @@ -12,7 +12,7 @@
|
| #include "app/resource_bundle.h"
|
| #include "app/win/scoped_com_initializer.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug_util.h"
|
| +#include "base/debug/debugger.h"
|
| #include "base/file_util.h"
|
| #include "base/file_version_info.h"
|
| #include "base/i18n/icu_util.h"
|
| @@ -20,6 +20,7 @@
|
| #include "base/scoped_comptr_win.h"
|
| #include "base/string_util.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/threading/platform_thread.h"
|
| #include "chrome/browser/automation/automation_provider_list.h"
|
| #include "chrome/browser/plugin_service.h"
|
| #include "chrome/browser/prefs/browser_prefs.h"
|
| @@ -308,7 +309,7 @@
|
| base::Time::EnableHighResolutionTimer(true);
|
|
|
| SuppressErrorDialogs();
|
| - DebugUtil::SuppressDialogs();
|
| + base::debug::SetSuppressDebugUI(true);
|
| #if !defined(PURIFY)
|
| logging::SetLogAssertHandler(UnitTestAssertHandler);
|
| #endif // !defined(PURIFY)
|
| @@ -358,7 +359,7 @@
|
|
|
| // static
|
| DWORD CFUrlRequestUnittestRunner::RunAllUnittests(void* param) {
|
| - PlatformThread::SetName("CFUrlRequestUnittestRunner");
|
| + base::PlatformThread::SetName("CFUrlRequestUnittestRunner");
|
| // Needed for some url request tests like the intercept job tests, etc.
|
| NotificationService service;
|
| CFUrlRequestUnittestRunner* me =
|
|
|