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

Unified Diff: components/sync_driver/model_association_manager.h

Issue 1380693004: [Sync] Fixing sync_driver lint violations and adding PRESUBMIT lint check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross
Patch Set: Removing lint fixes for revisit files, removing revisit patch dep. Created 5 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_driver/model_association_manager.h
diff --git a/components/sync_driver/model_association_manager.h b/components/sync_driver/model_association_manager.h
index b1491d8222f7c14210fada8b36d97f5cebb2404c..6126280809adf6e68d1cc4cd15fb1d8c3d5f26c9 100644
--- a/components/sync_driver/model_association_manager.h
+++ b/components/sync_driver/model_association_manager.h
@@ -86,7 +86,7 @@ class ModelAssociationManager {
// Dependency injection. crbug.com/129212.
base::OneShotTimer* GetTimerForTesting();
- State state() const { return state_; }
+ State state() const { return state_; }
private:
// Called at the end of association to reset state to prepare for next

Powered by Google App Engine
This is Rietveld 408576698