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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteFileSystem.h

Issue 651503002: Clean up forward declarations in Source/modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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 | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
diff --git a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
index 04769cc7e0acf623d85a0a21cb3e1434d298672e..6d23ff3c9b002fb320a4b2d8342c47d9ab183a3a 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
+++ b/Source/modules/webdatabase/sqlite/SQLiteFileSystem.h
@@ -38,8 +38,6 @@ struct sqlite3;
namespace blink {
-class SQLiteDatabase;
-
// A class that abstracts the file system related operations required
// by the WebKit database code.
class SQLiteFileSystem {
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteDatabase.h ('k') | Source/modules/webmidi/MIDIAccessInitializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698