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/glue/webdropdata_win.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/glue/webdropdata_win.cc') diff --git a/webkit/glue/webdropdata_win.cc b/webkit/glue/webdropdata_win.cc index d3a67b5..016fcc0 100644 --- a/webkit/glue/webdropdata_win.cc +++ b/webkit/glue/webdropdata_win.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 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. @@ -8,7 +8,7 @@ #include #include -#include "base/clipboard_util.h" +#include "app/clipboard/clipboard_util_win.h" #include "googleurl/src/gurl.h" // static -- cgit v1.1