summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/clipboard.cc4
1 files changed, 1 insertions, 3 deletions
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();
}
}
+