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

Unified Diff: net/disk_cache/trace.h

Issue 3452030: FBTF: Moves code to the headers. (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
« no previous file with comments | « net/disk_cache/rankings.cc ('k') | net/disk_cache/trace.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/trace.h
diff --git a/net/disk_cache/trace.h b/net/disk_cache/trace.h
index 25d9b33af533c6e6ef805f94c75e74c7789b6528..a5aa651646b9f5a9db2ab8e9540785dd9b379f27 100644
--- a/net/disk_cache/trace.h
+++ b/net/disk_cache/trace.h
@@ -27,13 +27,8 @@ class TraceObject : public base::RefCounted<TraceObject> {
static TraceObject* GetTraceObject();
private:
- TraceObject() {
- InitTrace();
- }
-
- ~TraceObject() {
- DestroyTrace();
- }
+ TraceObject();
+ ~TraceObject();
DISALLOW_COPY_AND_ASSIGN(TraceObject);
};
« no previous file with comments | « net/disk_cache/rankings.cc ('k') | net/disk_cache/trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698