// 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/chrome_storage_impl.h" #include <string> #include "components/prefs/value_map_pref_store.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/libaddressinput/chromium/storage_test_runner.h" #include "third_party/libaddressinput/src/cpp/include/libaddressinput/callback.h" namespace autofill { // Tests for ChromeStorageImpl object. class ChromeStorageImplTest : public testing::Test { … }; TEST_F(ChromeStorageImplTest, StandardStorageTests) { … } } // namespace autofill