| Index: chrome/browser/sync/test/integration/autofill_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/autofill_helper.cc (revision 106380)
|
| +++ chrome/browser/sync/test/integration/autofill_helper.cc (working copy)
|
| @@ -72,10 +72,10 @@
|
| virtual void RegisterObservers() {
|
| registrar_.Add(&observer_,
|
| chrome::NOTIFICATION_AUTOFILL_ENTRIES_CHANGED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| registrar_.Add(&observer_,
|
| chrome::NOTIFICATION_AUTOFILL_PROFILE_CHANGED,
|
| - NotificationService::AllSources());
|
| + content::NotificationService::AllSources());
|
| }
|
| };
|
|
|
|
|