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

Unified Diff: Source/modules/webdatabase/InspectorDatabaseResource.h

Issue 147353007: DevTools: remove references to modules/webdatabase from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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
Index: Source/modules/webdatabase/InspectorDatabaseResource.h
diff --git a/Source/core/inspector/InspectorDatabaseResource.h b/Source/modules/webdatabase/InspectorDatabaseResource.h
similarity index 96%
rename from Source/core/inspector/InspectorDatabaseResource.h
rename to Source/modules/webdatabase/InspectorDatabaseResource.h
index 24c1fd81da60d0b3923a9425369a3380b1780130..b9d1ca98fa698b0e1156247e911f9ca36c8094b3 100644
--- a/Source/core/inspector/InspectorDatabaseResource.h
+++ b/Source/modules/webdatabase/InspectorDatabaseResource.h
@@ -43,7 +43,7 @@ class InspectorFrontend;
class InspectorDatabaseResource : public RefCounted<InspectorDatabaseResource> {
public:
- static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version);
+ static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
void bind(InspectorFrontend::Database*);
Database* database() { return m_database.get(); }
« no previous file with comments | « Source/modules/webdatabase/InspectorDatabaseAgent.cpp ('k') | Source/modules/webdatabase/InspectorDatabaseResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698