From 90f399075f9082bf7031512d6579ec1196dc060a Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 3 Oct 2009 04:25:37 +0000 Subject: Move the clipboard stuff out of base and into app/clipboard. I renamed clipboard_util to clipboard_util_win since it's Windows-only. This patch makes test_shell depend on app as well. There should be no logic change. TEST=none BUG=none Review URL: http://codereview.chromium.org/260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27937 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/mock_webclipboard_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/tools/test_shell/mock_webclipboard_impl.cc') diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.cc b/webkit/tools/test_shell/mock_webclipboard_impl.cc index 6cbf829..c04e4b8 100644 --- a/webkit/tools/test_shell/mock_webclipboard_impl.cc +++ b/webkit/tools/test_shell/mock_webclipboard_impl.cc @@ -4,7 +4,7 @@ #include "webkit/tools/test_shell/mock_webclipboard_impl.h" -#include "base/clipboard.h" +#include "app/clipboard/clipboard.h" #include "base/logging.h" #include "base/string_util.h" #include "net/base/escape.h" -- cgit v1.1