blob: 6e40e60c9d01f244de0ca716f19b8f04ed43d637 (
plain)
1
2
3
4
5
6
7
|
// 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.
// Added to make sure that something is built in aura with this
// include so that the symbol CursorClientObserver is exported.
#include "ui/aura/client/cursor_client_observer.h"
|