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

Unified Diff: chrome/browser/extensions/api/page_capture/page_capture_api.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 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: chrome/browser/extensions/api/page_capture/page_capture_api.h
diff --git a/chrome/browser/extensions/api/page_capture/page_capture_api.h b/chrome/browser/extensions/api/page_capture/page_capture_api.h
index e2d6ac42268abf2f817a42a034d438b4b26f4356..8f04d08e8e610a5094fb5fade44fcd58714550e2 100644
--- a/chrome/browser/extensions/api/page_capture/page_capture_api.h
+++ b/chrome/browser/extensions/api/page_capture/page_capture_api.h
@@ -29,6 +29,8 @@ class PageCaptureSaveAsMHTMLFunction : public AsyncExtensionFunction {
// Test specific delegate used to test that the temporary file gets deleted.
class TestDelegate {
public:
+ virtual ~TestDelegate() { }
+
// Called on the UI thread when the temporary file that contains the
// generated data has been created.
virtual void OnTemporaryFileCreated(const base::FilePath& temp_file) = 0;
« no previous file with comments | « chrome/browser/extensions/api/developer_private/entry_picker.h ('k') | chrome/browser/extensions/app_notify_channel_setup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698