| Index: chrome_frame/test/url_request_test.cc
|
| ===================================================================
|
| --- chrome_frame/test/url_request_test.cc (revision 90470)
|
| +++ chrome_frame/test/url_request_test.cc (working copy)
|
| @@ -5,15 +5,15 @@
|
| #include <atlbase.h>
|
| #include <atlcom.h>
|
|
|
| -#include "base/win/scoped_com_initializer.h"
|
| +#include "app/win/scoped_com_initializer.h"
|
| #include "chrome/common/automation_messages.h"
|
| #include "chrome_frame/test/chrome_frame_test_utils.h"
|
| #include "chrome_frame/test/test_server.h"
|
| #include "chrome_frame/test/test_with_web_server.h"
|
| #include "chrome_frame/urlmon_url_request.h"
|
| #include "chrome_frame/urlmon_url_request_private.h"
|
| +#include "testing/gmock_mutant.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gmock_mutant.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using testing::CreateFunctor;
|
| @@ -74,7 +74,7 @@
|
| chrome_frame_test::GetTestDataFolder());
|
| mock_server.ExpectAndServeAnyRequests(CFInvocation(CFInvocation::NONE));
|
|
|
| - base::win::ScopedCOMInitializer init_com;
|
| + app::win::ScopedCOMInitializer init_com;
|
| CComObjectStackEx<UrlmonUrlRequest> request;
|
|
|
| request.AddRef();
|
| @@ -123,7 +123,7 @@
|
| test_server::SimpleResponse head_response("/head", "");
|
| server.AddResponse(&head_response);
|
|
|
| - base::win::ScopedCOMInitializer init_com;
|
| + app::win::ScopedCOMInitializer init_com;
|
| CComObjectStackEx<UrlmonUrlRequest> request;
|
|
|
| request.AddRef();
|
| @@ -160,7 +160,7 @@
|
| TEST(UrlmonUrlRequestTest, UnreachableUrl) {
|
| MockUrlDelegate mock;
|
| chrome_frame_test::TimedMsgLoop loop;
|
| - base::win::ScopedCOMInitializer init_com;
|
| + app::win::ScopedCOMInitializer init_com;
|
| CComObjectStackEx<UrlmonUrlRequest> request;
|
|
|
| testing::StrictMock<MockWebServer> mock_server(1337, L"127.0.0.1",
|
| @@ -206,7 +206,7 @@
|
| chrome_frame_test::GetTestDataFolder());
|
| mock_server.ExpectAndServeAnyRequests(CFInvocation(CFInvocation::NONE));
|
|
|
| - base::win::ScopedCOMInitializer init_com;
|
| + app::win::ScopedCOMInitializer init_com;
|
| CComObjectStackEx<UrlmonUrlRequest> request;
|
|
|
| request.AddRef();
|
|
|