Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: components/browser_sync/test_http_bridge_factory.cc

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
« no previous file with comments | « components/browser_sync/test_http_bridge_factory.h ('k') | components/browser_sync/test_profile_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698