Index: chrome/browser/renderer_host/resource_message_filter.cc |
=================================================================== |
--- chrome/browser/renderer_host/resource_message_filter.cc (revision 27849) |
+++ chrome/browser/renderer_host/resource_message_filter.cc (working copy) |
@@ -1,10 +1,10 @@ |
-// 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. |
#include "chrome/browser/renderer_host/resource_message_filter.h" |
-#include "base/clipboard.h" |
+#include "app/clipboard/clipboard.h" |
#include "base/command_line.h" |
#include "base/gfx/native_widget_types.h" |
#include "base/histogram.h" |