chromium/remoting/client/feedback_data.h

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_CLIENT_FEEDBACK_DATA_H_
#define REMOTING_CLIENT_FEEDBACK_DATA_H_

#include <map>
#include <string>

#include "remoting/base/chromoting_event.h"

namespace remoting {

// Class that stores additional data to be sent with the user feedback.
class FeedbackData {};

}  // namespace remoting

#endif  // REMOTING_CLIENT_FEEDBACK_DATA_H_