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

Unified Diff: content/browser/indexed_db/mock_indexed_db_factory.cc

Issue 308103004: IndexedDB: Using a mock IndexedDBFactory for unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor cleanup to resync with ToT Created 6 years, 5 months 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: content/browser/indexed_db/mock_indexed_db_factory.cc
diff --git a/content/browser/indexed_db/leveldb/mock_leveldb_factory.cc b/content/browser/indexed_db/mock_indexed_db_factory.cc
similarity index 57%
copy from content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
copy to content/browser/indexed_db/mock_indexed_db_factory.cc
index 61ff10b85b231d0dc94817085a7c2efb53c51a9a..b2a427ecb066c46790cc47599c45797c70c4d6c0 100644
--- a/content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
+++ b/content/browser/indexed_db/mock_indexed_db_factory.cc
@@ -1,14 +1,15 @@
// Copyright 2014 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 "content/browser/indexed_db/leveldb/mock_leveldb_factory.h"
+
+#include "content/browser/indexed_db/mock_indexed_db_factory.h"
namespace content {
-MockLevelDBFactory::MockLevelDBFactory() {
+MockIndexedDBFactory::MockIndexedDBFactory() {
}
-MockLevelDBFactory::~MockLevelDBFactory() {
+MockIndexedDBFactory::~MockIndexedDBFactory() {
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698