Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 8919015: Compile fix for gcc 4.6 (WebDataService::Handle is typedef of int). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index 50c7b32c81d8902c92a5b2c8a9a6da6462ca4138..f3487b7149378af93ae8ea0d42c49ca0ea335566 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -194,7 +194,7 @@ class WebDataServiceFake : public WebDataService {
// initialization (which seems way more fragile) we can't tell which
// component is asking at what time, and some components in these Autofill
// tests require a WebDataService.
- return NULL;
+ return 0;
}
virtual AutocompleteSyncableService*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698