// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_VALUE_STORE_VALUE_STORE_CHANGE_H_ #define COMPONENTS_VALUE_STORE_VALUE_STORE_CHANGE_H_ #include <optional> #include <string> #include <vector> #include "base/values.h" namespace value_store { struct ValueStoreChange; ValueStoreChangeList; // A change to a setting. struct ValueStoreChange { … }; } // namespace value_store #endif // COMPONENTS_VALUE_STORE_VALUE_STORE_CHANGE_H_