blob: 87dbff967a2baf34ea3c2b8be4f95f417ba3f478 [file] [log] [blame]
// 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.
#ifndef WebPlatformEventListener_h
#define WebPlatformEventListener_h
namespace blink {
class WebPlatformEventListener {
public:
virtual ~WebPlatformEventListener() {}
};
} // namespace blink
#endif // WebPlatformEventListener_h