diff options
Diffstat (limited to 'base/tuple.h')
-rw-r--r-- | base/tuple.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/base/tuple.h b/base/tuple.h index 65d0908a..fb6f02f 100644 --- a/base/tuple.h +++ b/base/tuple.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -30,10 +30,6 @@ #define BASE_TUPLE_H__ #pragma once -#if defined(OS_CHROMEOS) -// To troubleshoot crosbug.com/7327. -#include "base/logging.h" -#endif // Traits ---------------------------------------------------------------------- // // A simple traits class for tuple arguments. |