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

Unified Diff: content/browser/indexed_db/leveldb/mock_leveldb_factory.cc

Issue 356463008: Cleanup IndexedDBIO unit tests using GoogleMock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not exporting MockLevelDBFactory 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
« no previous file with comments | « content/browser/indexed_db/leveldb/mock_leveldb_factory.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
diff --git a/content/child/sync_load_response.cc b/content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
similarity index 57%
copy from content/child/sync_load_response.cc
copy to content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
index 163153aa23766cc3a0b71a8fa8e1730efdb7a464..61ff10b85b231d0dc94817085a7c2efb53c51a9a 100644
--- a/content/child/sync_load_response.cc
+++ b/content/browser/indexed_db/leveldb/mock_leveldb_factory.cc
@@ -1,13 +1,14 @@
// 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/child/sync_load_response.h"
+#include "content/browser/indexed_db/leveldb/mock_leveldb_factory.h"
namespace content {
-SyncLoadResponse::SyncLoadResponse() {}
+MockLevelDBFactory::MockLevelDBFactory() {
+}
-SyncLoadResponse::~SyncLoadResponse() {}
+MockLevelDBFactory::~MockLevelDBFactory() {
+}
} // namespace content
« no previous file with comments | « content/browser/indexed_db/leveldb/mock_leveldb_factory.h ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698