| Index: chromecast/port/webkit/common/cursors/webcursor_cast.cc
|
| diff --git a/content/common/cursors/webcursor_android.cc b/chromecast/port/webkit/common/cursors/webcursor_cast.cc
|
| similarity index 79%
|
| copy from content/common/cursors/webcursor_android.cc
|
| copy to chromecast/port/webkit/common/cursors/webcursor_cast.cc
|
| index 6bf15865d50a6b90e3a8be24276e4af98dab7e4c..40d5e68478136c850f40e1e0617c6bff6e83a3c8 100644
|
| --- a/content/common/cursors/webcursor_android.cc
|
| +++ b/chromecast/port/webkit/common/cursors/webcursor_cast.cc
|
| @@ -1,12 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2014 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 "content/common/cursors/webcursor.h"
|
|
|
| -#include "base/logging.h"
|
| -#include "third_party/WebKit/public/platform/WebCursorInfo.h"
|
| -
|
| namespace content {
|
|
|
| void WebCursor::InitPlatformData() {
|
|
|