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

Unified Diff: net/disk_cache/simple/simple_index_file.h

Issue 14022012: Code quality and standards in SimpleBackend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remediate Created 7 years, 8 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: net/disk_cache/simple/simple_index_file.h
diff --git a/net/disk_cache/simple/simple_index_file.h b/net/disk_cache/simple/simple_index_file.h
index b61e7d281bdb0c1b530a3f4fe90965655d130bc0..00141634376e3fd3ef1df66c5033f3ba255473ff 100644
--- a/net/disk_cache/simple/simple_index_file.h
+++ b/net/disk_cache/simple/simple_index_file.h
@@ -18,10 +18,6 @@
#include "net/base/net_export.h"
#include "net/disk_cache/simple/simple_index.h"
-namespace base {
-class TaskRunner;
-}
-
namespace disk_cache {
const uint64 kSimpleIndexMagicNumber = GG_UINT64_C(0x656e74657220796f);

Powered by Google App Engine
This is Rietveld 408576698