diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/base/yuv_row_posix.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/base/yuv_row_posix.cc b/media/base/yuv_row_posix.cc index a66fa7b..2217f38 100644 --- a/media/base/yuv_row_posix.cc +++ b/media/base/yuv_row_posix.cc @@ -1,10 +1,10 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/base/yuv_row.h" -#ifdef _DEBUG +#ifndef NDEBUG #include "base/logging.h" #else #define DCHECK(a) |