Commit 9297259f authored by joi@chromium.org's avatar joi@chromium.org

Compile fix for gcc 4.6 (WebDataService::Handle is typedef of int).

TBR=timsteele@chromium.org
BUG=none


Review URL: http://codereview.chromium.org/8919015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114211 0039d316-1c4b-4281-b951-d872f2087c98
parent 1c61b1f5
......@@ -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*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment