blob: a27127e2a3fe1e3c1928d786a05f347d79d88963 [file] [log] [blame]
// Copyright 2015 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 WebContentSettingCallbacks_h
#define WebContentSettingCallbacks_h
#include "public/platform/WebPermissionCallbacks.h"
namespace blink {
class WebContentSettingCallbacks : public WebPermissionCallbacks {
};
} // namespace blink
#endif