1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "extensions/browser/value_store/value_store_unittest.h"
7 #include "extensions/browser/value_store/testing_value_store.h"
13 ValueStore
* Param(const base::FilePath
& file_path
) {
14 return new TestingValueStore();
19 INSTANTIATE_TEST_CASE_P(
22 testing::Values(&Param
));
24 } // namespace extensions