| Index: components/html_viewer/web_clipboard_impl.cc
|
| diff --git a/mojo/services/html_viewer/web_clipboard_impl.cc b/components/html_viewer/web_clipboard_impl.cc
|
| similarity index 98%
|
| rename from mojo/services/html_viewer/web_clipboard_impl.cc
|
| rename to components/html_viewer/web_clipboard_impl.cc
|
| index 68ed88c89fddba6b1fe9c4d064fc6cb3a171bed4..8810c3d0ab4b3a3913dc7dcd50af7983a1b669b3 100644
|
| --- a/mojo/services/html_viewer/web_clipboard_impl.cc
|
| +++ b/components/html_viewer/web_clipboard_impl.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/services/html_viewer/web_clipboard_impl.h"
|
| +#include "components/html_viewer/web_clipboard_impl.h"
|
|
|
| #include "base/bind.h"
|
| -#include "mojo/services/html_viewer/blink_basic_type_converters.h"
|
| +#include "components/html_viewer/blink_basic_type_converters.h"
|
|
|
| using mojo::Array;
|
| using mojo::Clipboard;
|
|
|