| Index: chrome/browser/sync/glue/http_bridge_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/http_bridge_unittest.cc b/chrome/browser/sync/glue/http_bridge_unittest.cc
|
| index f9aa32cf5e79899d8ec452a0fcec3606a9111f2d..7b60be4cc032b8abc146aa0fca4fa9c35e47a217 100644
|
| --- a/chrome/browser/sync/glue/http_bridge_unittest.cc
|
| +++ b/chrome/browser/sync/glue/http_bridge_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -137,7 +137,8 @@ class ShuntedHttpBridge : public HttpBridge {
|
|
|
| std::string response_content = "success!";
|
| DummyURLFetcher fetcher;
|
| - OnURLFetchComplete(&fetcher, GURL("www.google.com"), URLRequestStatus(),
|
| + OnURLFetchComplete(&fetcher, GURL("www.google.com"),
|
| + net::URLRequestStatus(),
|
| 200, cookies, response_content);
|
| }
|
| HttpBridgeTest* test_;
|
|
|