#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_MOCK_AUTOFILL_WEBDATA_BACKEND_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_MOCK_AUTOFILL_WEBDATA_BACKEND_H_
#include "components/autofill/core/browser/webdata/autofill_change.h"
#include "components/autofill/core/browser/webdata/autofill_webdata_backend.h"
#include "components/sync/base/data_type.h"
#include "testing/gmock/include/gmock/gmock.h"
class WebDatabase;
namespace autofill {
class AutofillWebDataServiceObserverOnDBSequence;
class MockAutofillWebDataBackend : public AutofillWebDataBackend { … };
}
#endif