| Index: chrome/browser/webdata/web_database.cc
 | 
| diff --git a/chrome/browser/webdata/web_database.cc b/chrome/browser/webdata/web_database.cc
 | 
| index 548d857ae4bccfd92413670a5f8ece0b1700d6db..c0111edf9966eb7325043e406e55f29c049d9984 100644
 | 
| --- a/chrome/browser/webdata/web_database.cc
 | 
| +++ b/chrome/browser/webdata/web_database.cc
 | 
| @@ -81,12 +81,6 @@ WebAppsTable* WebDatabase::GetWebAppsTable() {
 | 
|    return web_apps_table_.get();
 | 
|  }
 | 
|  
 | 
| -#if defined(ENABLE_WEB_INTENTS)
 | 
| -WebIntentsTable* WebDatabase::GetWebIntentsTable() {
 | 
| -  return web_intents_table_.get();
 | 
| -}
 | 
| -#endif
 | 
| -
 | 
|  sql::Connection* WebDatabase::GetSQLConnection() {
 | 
|    return &db_;
 | 
|  }
 | 
| 
 |