| Index: chrome/renderer/renderer_glue.cc
|
| ===================================================================
|
| --- chrome/renderer/renderer_glue.cc (revision 27849)
|
| +++ chrome/renderer/renderer_glue.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2009 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.
|
|
|
| @@ -13,9 +13,9 @@
|
| #include <wininet.h>
|
| #endif
|
|
|
| +#include "app/clipboard/clipboard.h"
|
| +#include "app/clipboard/scoped_clipboard_writer.h"
|
| #include "app/resource_bundle.h"
|
| -#include "base/clipboard.h"
|
| -#include "base/scoped_clipboard_writer.h"
|
| #include "base/string_util.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/render_messages.h"
|
|
|