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

Unified Diff: webkit/appcache/appcache_backend_impl.h

Issue 3522004: FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 3 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: webkit/appcache/appcache_backend_impl.h
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h
index d2996412237e42504ef7180c097a7923a8b4826a..ac563ffb9d6388660355b982df52cce56ccef60c 100644
--- a/webkit/appcache/appcache_backend_impl.h
+++ b/webkit/appcache/appcache_backend_impl.h
@@ -14,7 +14,7 @@ class AppCacheService;
class AppCacheBackendImpl {
public:
- AppCacheBackendImpl() : service_(NULL), frontend_(NULL), process_id_(0) {}
+ AppCacheBackendImpl();
~AppCacheBackendImpl();
void Initialize(AppCacheService* service,

Powered by Google App Engine
This is Rietveld 408576698