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

Unified Diff: ipc/ipc_channel_win.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
Index: ipc/ipc_channel_win.h
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
index eb38777500a0d0091294393f22d6f25d23df4041..4f760dc8dcc1033c4a5eebc308a85fb0237c2de8 100644
--- a/ipc/ipc_channel_win.h
+++ b/ipc/ipc_channel_win.h
@@ -13,10 +13,7 @@
#include "base/message_loop.h"
#include "base/scoped_ptr.h"
-
-namespace base {
-class NonThreadSafe;
-}
+#include "base/threading/non_thread_safe.h"
namespace IPC {

Powered by Google App Engine
This is Rietveld 408576698