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

Unified Diff: chrome/browser/webdata/web_intents_table.h

Issue 8539006: Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 9 years, 1 month 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 | « chrome/browser/webdata/keyword_table.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_intents_table.h
===================================================================
--- chrome/browser/webdata/web_intents_table.h (revision 109953)
+++ chrome/browser/webdata/web_intents_table.h (working copy)
@@ -13,8 +13,6 @@
#include "chrome/browser/webdata/web_database_table.h"
#include "webkit/glue/web_intent_service_data.h"
-class GURL;
-
namespace sql {
class Connection;
class MetaTable;
@@ -31,8 +29,8 @@
// Intents are uniquely identified by the <service_url,action,type> tuple.
class WebIntentsTable : public WebDatabaseTable {
public:
- WebIntentsTable(sql::Connection* db, sql::MetaTable* meta_table);
- virtual ~WebIntentsTable();
+ WebIntentsTable(sql::Connection* db, sql::MetaTable* meta_table);
+ virtual ~WebIntentsTable();
// WebDatabaseTable implementation.
virtual bool Init();
« no previous file with comments | « chrome/browser/webdata/keyword_table.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698