summaryrefslogtreecommitdiffstats
path: root/base/tuple.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 00:33:59 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 00:33:59 +0000
commit6b9b771c4422514eb952583611796dccfd310fbe (patch)
tree4cc641b77779e0b390b81e857630d8028af958ad /base/tuple.h
parent6ac145e9c59fc358ba8301f6b750cfaed415e6a6 (diff)
downloadchromium_src-6b9b771c4422514eb952583611796dccfd310fbe.zip
chromium_src-6b9b771c4422514eb952583611796dccfd310fbe.tar.gz
chromium_src-6b9b771c4422514eb952583611796dccfd310fbe.tar.bz2
Remove chromeos specific debug code from tuple.h
This should have been removed as a part of 71680, but seems like I overlooked it. BUG=7327 TEST=none Review URL: http://codereview.chromium.org/8037050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/tuple.h')
-rw-r--r--base/tuple.h6
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.