| Index: chrome/browser/extensions/settings/in_memory_settings_storage_unittest.cc
|
| diff --git a/chrome/browser/extensions/settings/in_memory_settings_storage_unittest.cc b/chrome/browser/extensions/settings/in_memory_settings_storage_unittest.cc
|
| deleted file mode 100644
|
| index c19cc9d740df4f45a9d5aad3b6a722f46ca241b8..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/extensions/settings/in_memory_settings_storage_unittest.cc
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/extensions/settings/settings_storage_unittest.h"
|
| -
|
| -#include "chrome/browser/extensions/settings/in_memory_settings_storage.h"
|
| -
|
| -namespace extensions {
|
| -
|
| -namespace {
|
| -
|
| -SettingsStorage* Param(
|
| - const FilePath& file_path, const std::string& extension_id) {
|
| - return new InMemorySettingsStorage();
|
| -}
|
| -
|
| -} // namespace
|
| -
|
| -INSTANTIATE_TEST_CASE_P(
|
| - InMemorySettingsStorage,
|
| - ExtensionSettingsStorageTest,
|
| - testing::Values(&Param));
|
| -
|
| -} // namespace extensions
|
|
|