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
CrOS-Libchrome-Original-Commit: 6b9b771c4422514eb952583611796dccfd310fbe
diff --git a/base/tuple.h b/base/tuple.h
index 65d0908..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.