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

Unified Diff: base/threading/non_thread_safe.h

Issue 6969077: net: Add NET_API to net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « no previous file | base/win/object_watcher.h » ('j') | net/base/cert_verify_result.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/threading/non_thread_safe.h
===================================================================
--- base/threading/non_thread_safe.h (revision 85332)
+++ base/threading/non_thread_safe.h (working copy)
@@ -6,6 +6,9 @@
#define BASE_THREADING_NON_THREAD_SAFE_H_
#pragma once
+// Classes deriving from NonThreadSafe may need to supress warning 4275.
+#include "base/compiler_specific.h"
wtc 2011/05/16 20:55:17 We discussed this issue in person. Your current s
rvargas (doing something else) 2011/05/16 22:41:56 I updated the comment to be more explicit about th
+
#ifndef NDEBUG
#include "base/threading/non_thread_safe_impl.h"
#endif
« no previous file with comments | « no previous file | base/win/object_watcher.h » ('j') | net/base/cert_verify_result.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698