From c88873923d37e1d77d985f8fe614aaf835dcfa82 Mon Sep 17 00:00:00 2001 From: "maruel@google.com" Date: Wed, 30 Jul 2008 13:02:03 +0000 Subject: Fix most issues when building base as a x64 target. BUG=1282556 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112 0039d316-1c4b-4281-b951-d872f2087c98 --- base/logging.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/logging.h') diff --git a/base/logging.h b/base/logging.h index 615b1e0..40c176f 100644 --- a/base/logging.h +++ b/base/logging.h @@ -480,7 +480,8 @@ class LogMessage { LogSeverity severity_; std::ostringstream stream_; - int message_start_; // offset of the start of the message (past prefix info). + size_t message_start_; // Offset of the start of the message (past prefix + // info). DISALLOW_EVIL_CONSTRUCTORS(LogMessage); }; -- cgit v1.1