| Index: app/clipboard/scoped_clipboard_writer.cc
|
| ===================================================================
|
| --- app/clipboard/scoped_clipboard_writer.cc (revision 0)
|
| +++ app/clipboard/scoped_clipboard_writer.cc (working copy)
|
| @@ -1,13 +1,12 @@
|
| -// 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.
|
|
|
| // This file implements the ScopedClipboardWriter class. Documentation on its
|
| -// purpose can be found in base/scoped_clipboard_writer.h. Documentation on the
|
| -// format of the parameters for each clipboard target can be found in
|
| -// base/clipboard.h.
|
| +// purpose can be found in our header. Documentation on the format of the
|
| +// parameters for each clipboard target can be found in clipboard.h.
|
|
|
| -#include "base/scoped_clipboard_writer.h"
|
| +#include "app/clipboard/scoped_clipboard_writer.h"
|
|
|
| #include "base/gfx/size.h"
|
| #include "base/pickle.h"
|
|
|