summaryrefslogtreecommitdiffstats
path: root/content/browser/indexed_db/indexed_db_connection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/indexed_db/indexed_db_connection.cc')
-rw-r--r--content/browser/indexed_db/indexed_db_connection.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/indexed_db/indexed_db_connection.cc b/content/browser/indexed_db/indexed_db_connection.cc
index 51a6f1f..811398953 100644
--- a/content/browser/indexed_db/indexed_db_connection.cc
+++ b/content/browser/indexed_db/indexed_db_connection.cc
@@ -34,4 +34,4 @@ bool IndexedDBConnection::IsConnected() {
return database_.get() != NULL;
}
-} // namespace WebKit
+} // namespace blink