Index: chrome/browser/sync/glue/password_model_associator.h |
diff --git a/chrome/browser/sync/glue/password_model_associator.h b/chrome/browser/sync/glue/password_model_associator.h |
index 8bc40cc74a31a9006bc3a2c6449ffb707b35747e..15eb3724673c0246e7bd70e9b89c3cd3a7cc2e28 100644 |
--- a/chrome/browser/sync/glue/password_model_associator.h |
+++ b/chrome/browser/sync/glue/password_model_associator.h |
@@ -72,15 +72,11 @@ class PasswordModelAssociator |
virtual void AbortAssociation(); |
// Not implemented. |
- virtual const std::string* GetChromeNodeFromSyncId(int64 sync_id) { |
- return NULL; |
- } |
+ virtual const std::string* GetChromeNodeFromSyncId(int64 sync_id); |
// Not implemented. |
virtual bool InitSyncNodeFromChromeId(const std::string& node_id, |
- sync_api::BaseNode* sync_node) { |
- return false; |
- } |
+ sync_api::BaseNode* sync_node); |
// Returns the sync id for the given password name, or sync_api::kInvalidId |
// if the password name is not associated to any sync id. |