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

Unified Diff: components/browser_sync/test_http_bridge_factory.h

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.h
diff --git a/components/browser_sync/browser/test_http_bridge_factory.h b/components/browser_sync/test_http_bridge_factory.h
similarity index 88%
rename from components/browser_sync/browser/test_http_bridge_factory.h
rename to components/browser_sync/test_http_bridge_factory.h
index efee6cae65e835f189c106d1d6ef4d3bef3cec82..e2c229a3bda9912d894b7ef1800e7bb6d1dee1d9 100644
--- a/components/browser_sync/browser/test_http_bridge_factory.h
+++ b/components/browser_sync/test_http_bridge_factory.h
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
-#define COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
+#ifndef COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
+#define COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
+
+#include <string>
#include "base/compiler_specific.h"
#include "components/sync/core/http_post_provider_factory.h"
@@ -49,4 +51,4 @@ class TestHttpBridgeFactory : public syncer::HttpPostProviderFactory {
} // namespace browser_sync
-#endif // COMPONENTS_BROWSER_SYNC_BROWSER_TEST_HTTP_BRIDGE_FACTORY_H_
+#endif // COMPONENTS_BROWSER_SYNC_TEST_HTTP_BRIDGE_FACTORY_H_
« no previous file with comments | « components/browser_sync/signin_confirmation_helper.cc ('k') | components/browser_sync/test_http_bridge_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698