| Index: chrome/browser/sync/glue/autofill_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_change_processor.cc b/chrome/browser/sync/glue/autofill_change_processor.cc
|
| index f92f2dfdb11ddb9785e5f307c892ec56b99f640e..4d131e8f8f2390ce3baa5554c9ef6ddb1005de9d 100644
|
| --- a/chrome/browser/sync/glue/autofill_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/autofill_change_processor.cc
|
| @@ -26,6 +26,8 @@
|
| #include "chrome/common/guid.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace browser_sync {
|
|
|
| struct AutofillChangeProcessor::AutofillChangeRecord {
|
|
|