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

Unified Diff: net/disk_cache/block_files.h

Issue 6599004: Modify ThreadChecker and NonThreadSafe so that their functionality is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to current lkgr Created 9 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
« no previous file with comments | « ipc/ipc_channel_win.h ('k') | net/url_request/url_request_throttler_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/block_files.h
diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h
index d677ba3a14b602ddc9963630e1e542aa7db67bcf..b2c38cd63d5f1c015f2d477d1721dc512edc7b92 100644
--- a/net/disk_cache/block_files.h
+++ b/net/disk_cache/block_files.h
@@ -13,13 +13,10 @@
#include "base/file_path.h"
#include "base/gtest_prod_util.h"
#include "base/scoped_ptr.h"
+#include "base/threading/thread_checker.h"
#include "net/disk_cache/addr.h"
#include "net/disk_cache/mapped_file.h"
-namespace base {
-class ThreadChecker;
brettw 2011/03/03 17:39:43 It kind of sucks we lose the ability to forward de
-}
-
namespace disk_cache {
// This class handles the set of block-files open by the disk cache.
« no previous file with comments | « ipc/ipc_channel_win.h ('k') | net/url_request/url_request_throttler_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698