blob: 7a7b901f5fd269aa23199298fc52a00501188dd6 [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