chromium/third_party/libaddressinput/chromium/fallback_data_store.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 "fallback_data_store.h"

#include <string>

namespace autofill {

bool FallbackDataStore::Get(const std::string& key, std::string* data) {}

}  // namespace autofill