| Index: ui/views/widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..405f413297bf49e3946cf27f7a0a64cd371cb430
|
| --- /dev/null
|
| +++ b/ui/views/widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2013 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 "ui/views/widget/desktop_aura/desktop_cursor_loader_updater.h"
|
| +
|
| +namespace views {
|
| +
|
| +// static
|
| +scoped_ptr<DesktopCursorLoaderUpdater> DesktopCursorLoaderUpdater::Create() {
|
| + return scoped_ptr<DesktopCursorLoaderUpdater>().Pass();
|
| +}
|
| +
|
| +} // namespace views
|
|
|