blob: 1aee8915202920efd45c7d4acd7776c68449595d [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "rmad/state_handler/base_state_handler.h"
namespace rmad {
BaseStateHandler::BaseStateHandler(scoped_refptr<JsonStore> json_store)
: json_store_(json_store) {}
} // namespace rmad