| Index: components/browser_sync/test_http_bridge_factory.cc
|
| diff --git a/components/browser_sync/browser/test_http_bridge_factory.cc b/components/browser_sync/test_http_bridge_factory.cc
|
| similarity index 78%
|
| rename from components/browser_sync/browser/test_http_bridge_factory.cc
|
| rename to components/browser_sync/test_http_bridge_factory.cc
|
| index b38bb6e7ee98fd2c0ffbfc6a6a735a387843d8b1..e20bdc7743930cbccb39049a01c91708c23bf74a 100644
|
| --- a/components/browser_sync/browser/test_http_bridge_factory.cc
|
| +++ b/components/browser_sync/test_http_bridge_factory.cc
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/browser_sync/browser/test_http_bridge_factory.h"
|
| +#include "components/browser_sync/test_http_bridge_factory.h"
|
|
|
| namespace browser_sync {
|
|
|
| -bool TestHttpBridge::MakeSynchronousPost(int* error_code,
|
| - int* response_code) {
|
| +bool TestHttpBridge::MakeSynchronousPost(int* error_code, int* response_code) {
|
| return false;
|
| }
|
|
|
| @@ -20,12 +19,11 @@ const char* TestHttpBridge::GetResponseContent() const {
|
| }
|
|
|
| const std::string TestHttpBridge::GetResponseHeaderValue(
|
| - const std::string &) const {
|
| + const std::string&) const {
|
| return std::string();
|
| }
|
|
|
| -void TestHttpBridge::Abort() {
|
| -}
|
| +void TestHttpBridge::Abort() {}
|
|
|
| TestHttpBridgeFactory::TestHttpBridgeFactory() {}
|
|
|
|
|