Chromium Code Reviews| Index: chrome/browser/sync/syncable/syncable_id.h |
| diff --git a/chrome/browser/sync/syncable/syncable_id.h b/chrome/browser/sync/syncable/syncable_id.h |
| index 5d82d7d4c5778aff2e113ca6967e4f8872f7ce27..2267040cbcaabbe700949fe928502f9df90164ae 100644 |
| --- a/chrome/browser/sync/syncable/syncable_id.h |
| +++ b/chrome/browser/sync/syncable/syncable_id.h |
| @@ -123,7 +123,7 @@ class Id { |
| std::string s_; |
| }; |
| -extern const Id kNullId; |
| +Id GetNullId(); |
| } // namespace syncable |