| Index: content/browser/indexed_db/indexed_db_factory.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_factory.cc b/content/browser/indexed_db/indexed_db_factory.cc
|
| index dccec5f58121164cfd2d91ef1474d3dde01115f5..3f08d06c9bdf4aae2d4bc236229f6ea2162e7774 100644
|
| --- a/content/browser/indexed_db/indexed_db_factory.cc
|
| +++ b/content/browser/indexed_db/indexed_db_factory.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/browser/indexed_db/indexed_db_factory.h"
|
|
|
| +#include <vector>
|
| +
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| @@ -302,7 +304,6 @@ void IndexedDBFactory::HandleBackingStoreCorruption(
|
|
|
| bool IndexedDBFactory::IsDatabaseOpen(const GURL& origin_url,
|
| const base::string16& name) const {
|
| -
|
| return !!database_map_.count(IndexedDBDatabase::Identifier(origin_url, name));
|
| }
|
|
|
|
|