chromium/chrome/browser/autofill/validation_rules_storage_factory.cc

// 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.

#include "chrome/browser/autofill/validation_rules_storage_factory.h"

#include "base/files/file_path.h"
#include "base/path_service.h"
#include "chrome/common/chrome_paths.h"
#include "components/prefs/json_pref_store.h"
#include "components/prefs/pref_filter.h"
#include "third_party/libaddressinput/chromium/chrome_storage_impl.h"

namespace autofill {

Storage;

// static
std::unique_ptr<Storage> ValidationRulesStorageFactory::CreateStorage() {}

ValidationRulesStorageFactory::ValidationRulesStorageFactory() {}

ValidationRulesStorageFactory::~ValidationRulesStorageFactory() {}

}  // namespace autofill