Index: chrome/test/live_sync/live_autofill_sync_test.cc |
=================================================================== |
--- chrome/test/live_sync/live_autofill_sync_test.cc (revision 91771) |
+++ chrome/test/live_sync/live_autofill_sync_test.cc (working copy) |
@@ -63,10 +63,10 @@ |
protected: |
virtual void RegisterObservers() { |
registrar_.Add(&observer_, |
- NotificationType::AUTOFILL_ENTRIES_CHANGED, |
+ chrome::AUTOFILL_ENTRIES_CHANGED, |
NotificationService::AllSources()); |
registrar_.Add(&observer_, |
- NotificationType::AUTOFILL_PROFILE_CHANGED, |
+ chrome::AUTOFILL_PROFILE_CHANGED, |
NotificationService::AllSources()); |
} |
}; |