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

Unified Diff: chrome/browser/file_system/file_system_host_context.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 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
Index: chrome/browser/file_system/file_system_host_context.h
diff --git a/chrome/browser/file_system/file_system_host_context.h b/chrome/browser/file_system/file_system_host_context.h
index 34f09433b0f0872a0f73c6422db5070f8795e59c..1575c97aa147f992b73e8ff75b47903fcee7b960 100644
--- a/chrome/browser/file_system/file_system_host_context.h
+++ b/chrome/browser/file_system/file_system_host_context.h
@@ -22,6 +22,7 @@ class FileSystemHostContext
BrowserThread::DeleteOnIOThread> {
public:
FileSystemHostContext(const FilePath& data_path, bool is_incognito);
+ virtual ~FileSystemHostContext();
// Quota related methods.
bool CheckOriginQuota(const GURL& url, int64 growth);
« no previous file with comments | « chrome/browser/debugger/devtools_netlog_observer.cc ('k') | chrome/browser/file_system/file_system_host_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698