From fe1444158f9187f28a4ee6b06826cc485fee1ced Mon Sep 17 00:00:00 2001 From: "estade@chromium.org" Date: Wed, 5 Nov 2008 02:25:15 +0000 Subject: Delete some accidental comments. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4732 0039d316-1c4b-4281-b951-d872f2087c98 --- base/clipboard.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'base') diff --git a/base/clipboard.cc b/base/clipboard.cc index d3ec589..7380341 100644 --- a/base/clipboard.cc +++ b/base/clipboard.cc @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// Many of these functions are based on those found in -// webkit/port/platform/PasteboardWin.cpp - #include "base/clipboard.h" #include "base/logging.h" @@ -53,3 +50,4 @@ void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) { NOTREACHED(); } } + -- cgit v1.1