Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: content/common/cursors/webcursor_cast.cc

Issue 223583003: Exclude wifi_data_provider_linux.cc for chromecast build as chromecast uses wpa_supplicant instead … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromecast-specific content port implementation. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/cursors/webcursor_cast.cc
diff --git a/content/common/cursors/webcursor_android.cc b/content/common/cursors/webcursor_cast.cc
similarity index 79%
copy from content/common/cursors/webcursor_android.cc
copy to content/common/cursors/webcursor_cast.cc
index 6bf15865d50a6b90e3a8be24276e4af98dab7e4c..e6d623405fdf1aa153f75a7929d836653ddd0b5b 100644
--- a/content/common/cursors/webcursor_android.cc
+++ b/content/common/cursors/webcursor_cast.cc
@@ -1,12 +1,9 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 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() {

Powered by Google App Engine
This is Rietveld 408576698