| Index: chrome/browser/renderer_host/resource_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_message_filter.h (revision 27849)
|
| +++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
|
| @@ -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.
|
|
|
| @@ -12,7 +12,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/clipboard.h"
|
| +#include "app/clipboard/clipboard.h"
|
| #include "base/file_path.h"
|
| #include "base/gfx/rect.h"
|
| #include "base/gfx/native_widget_types.h"
|
| @@ -32,7 +32,6 @@
|
|
|
| class AppCacheDispatcherHost;
|
| class AudioRendererHost;
|
| -class Clipboard;
|
| class DatabaseDispatcherHost;
|
| class DOMStorageDispatcherHost;
|
| class ExtensionMessageService;
|
|
|