Index: content/browser/renderer_host/database_message_filter.cc |
diff --git a/content/browser/renderer_host/database_message_filter.cc b/content/browser/renderer_host/database_message_filter.cc |
index ad994d7397071f7be59fc04e06e7bf46d30f07e4..ffe68add2fb438784c2a018ff2afd12ad2410567 100644 |
--- a/content/browser/renderer_host/database_message_filter.cc |
+++ b/content/browser/renderer_host/database_message_filter.cc |
@@ -150,7 +150,7 @@ void DatabaseMessageFilter::OnDatabaseOpenFile(const string16& vfs_file_name, |
string16 database_name; |
// When in incognito mode, we want to make sure that all DB files are |
- // removed when the incognito profile goes away, so we add the |
+ // removed when the incognito browser context goes away, so we add the |
// SQLITE_OPEN_DELETEONCLOSE flag when opening all files, and keep |
// open handles to them in the database tracker to make sure they're |
// around for as long as needed. |