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

Unified Diff: Source/modules/webdatabase/InspectorDatabaseAgent.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/InspectorDatabaseAgent.h
diff --git a/Source/core/inspector/InspectorDatabaseAgent.h b/Source/modules/webdatabase/InspectorDatabaseAgent.h
similarity index 99%
rename from Source/core/inspector/InspectorDatabaseAgent.h
rename to Source/modules/webdatabase/InspectorDatabaseAgent.h
index 25f53b28a4c2c3404791b48c6f5d6467df300af5..47d7b7127ddb7cb2f6f2216518b58db5551f7144 100644
--- a/Source/core/inspector/InspectorDatabaseAgent.h
+++ b/Source/modules/webdatabase/InspectorDatabaseAgent.h
@@ -54,7 +54,6 @@ public:
}
virtual ~InspectorDatabaseAgent();
- virtual void init() OVERRIDE;
virtual void setFrontend(InspectorFrontend*) OVERRIDE;
virtual void clearFrontend() OVERRIDE;
virtual void restore() OVERRIDE;
« no previous file with comments | « Source/modules/webdatabase/DatabaseManager.cpp ('k') | Source/modules/webdatabase/InspectorDatabaseAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698