// 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 "third_party/libaddressinput/chromium/fallback_data_store.h" #include <cstddef> #include <ctime> #include <string> #include "testing/gtest/include/gtest/gtest.h" #include "third_party/libaddressinput/src/cpp/src/util/json.h" #include "third_party/libaddressinput/src/cpp/src/validating_util.h" namespace autofill { Json; ValidatingUtil; TEST(FallbackDataStore, Parsability) { … } } // namespace autofill