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

Unified Diff: base/non_thread_safe.cc

Issue 43148: Remove unneeded uses of logging.h in header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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: base/non_thread_safe.cc
===================================================================
--- base/non_thread_safe.cc (revision 11577)
+++ base/non_thread_safe.cc (working copy)
@@ -4,11 +4,11 @@
#include "base/non_thread_safe.h"
-#include "base/platform_thread.h"
-
// These checks are only done in debug builds.
#ifndef NDEBUG
+#include "base/logging.h"
+
NonThreadSafe::NonThreadSafe()
: valid_thread_id_(PlatformThread::CurrentId()) {
}
« no previous file with comments | « base/non_thread_safe.h ('k') | base/task.h » ('j') | chrome/common/chrome_plugin_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698