Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: chrome/browser/extensions/settings/in_memory_settings_storage_unittest.cc

Issue 8539037: Extension Settings API: make it so that when changes received from Sync fail to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, sync Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698