Index: chrome/browser/sync/internal_api/change_record.h |
diff --git a/chrome/browser/sync/internal_api/change_record.h b/chrome/browser/sync/internal_api/change_record.h |
index 1c19d73d21f4192e8aba29a79c7010416d44d73e..5d68433e2ed7ef6504bf654a587dd2110eb96032 100644 |
--- a/chrome/browser/sync/internal_api/change_record.h |
+++ b/chrome/browser/sync/internal_api/change_record.h |
@@ -13,7 +13,7 @@ |
namespace base { |
class DictionaryValue; |
-} // namespace |
+} // namespace base |
namespace sync_api { |
@@ -50,7 +50,7 @@ struct ChangeRecord { |
~ChangeRecord(); |
// Transfers ownership of the DictionaryValue to the caller. |
- base::DictionaryValue* ToValue(const BaseTransaction* trans) const; |
+ base::DictionaryValue* ToValue() const; |
int64 id; |
Action action; |