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

Unified Diff: components/sync/engine_impl/loopback_server/loopback_server.h

Issue 2662453008: [Sync] Fix sync lint errors/includes, update presubmit. (Closed)
Patch Set: Rebase Created 3 years, 11 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/sync/engine_impl/loopback_server/loopback_server.h
diff --git a/components/sync/engine_impl/loopback_server/loopback_server.h b/components/sync/engine_impl/loopback_server/loopback_server.h
index 20af7bc33f057c9dddea577ef7120022dcebb967..a69c99e4ac7c7da84751a21b88d3da0642352830 100644
--- a/components/sync/engine_impl/loopback_server/loopback_server.h
+++ b/components/sync/engine_impl/loopback_server/loopback_server.h
@@ -27,7 +27,7 @@ namespace syncer {
// A loopback version of the Sync server used for local profile serialization.
class LoopbackServer {
public:
- LoopbackServer(const base::FilePath& persistent_file);
+ explicit LoopbackServer(const base::FilePath& persistent_file);
virtual ~LoopbackServer();
// Handles a /command POST (with the given |request|) to the server. Three

Powered by Google App Engine
This is Rietveld 408576698