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

Unified Diff: components/sync/core/model_type_store_backend.h

Issue 2389063002: [Sync] Fixing easy lint violations. (Closed)
Patch Set: Updated for Max's comments. Created 4 years, 2 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/core/model_type_store_backend.h
diff --git a/components/sync/core/model_type_store_backend.h b/components/sync/core/model_type_store_backend.h
index 00f74bc27d5d4f0b4f1ad655291ad7fac7904e03..acdb59f9aa6517276d9ba66efa0afd0c844d36c2 100644
--- a/components/sync/core/model_type_store_backend.h
+++ b/components/sync/core/model_type_store_backend.h
@@ -67,7 +67,7 @@ class ModelTypeStoreBackend
friend class base::RefCountedThreadSafe<ModelTypeStoreBackend>;
friend class ModelTypeStoreBackendTest;
- ModelTypeStoreBackend(const std::string& path);
+ explicit ModelTypeStoreBackend(const std::string& path);
~ModelTypeStoreBackend();
// In some scenarios ModelTypeStoreBackend holds ownership of env. Typical
« no previous file with comments | « components/sync/core/internal_components_factory_impl.h ('k') | components/sync/core/model_type_store_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698