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

Unified Diff: content/browser/in_process_webkit/indexed_db_unittest.cc

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/in_process_webkit/indexed_db_unittest.cc
diff --git a/content/browser/in_process_webkit/indexed_db_unittest.cc b/content/browser/in_process_webkit/indexed_db_unittest.cc
index a15c4b2ac4d35f1abcc030587f6ede38c2b8adc9..85a1e436b6d3db4f9a5eda09cd253ab0efb12871 100644
--- a/content/browser/in_process_webkit/indexed_db_unittest.cc
+++ b/content/browser/in_process_webkit/indexed_db_unittest.cc
@@ -134,7 +134,7 @@ TEST_F(IndexedDBTest, SetForceKeepSessionState) {
class MockWebIDBDatabase : public WebKit::WebIDBDatabase
{
public:
- MockWebIDBDatabase(bool expect_force_close)
+ explicit MockWebIDBDatabase(bool expect_force_close)
: expect_force_close_(expect_force_close),
force_close_called_(false) {}
« no previous file with comments | « content/browser/geolocation/core_location_provider_mac.h ('k') | content/browser/loader/resource_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698