Index: content/browser/in_process_webkit/dom_storage_context.h |
diff --git a/content/browser/in_process_webkit/dom_storage_context.h b/content/browser/in_process_webkit/dom_storage_context.h |
index 2d3c6673b2eada23fe79a52407ef498d0166951a..4b5e639f05a16a89631e47de4465c5d8afe9928a 100644 |
--- a/content/browser/in_process_webkit/dom_storage_context.h |
+++ b/content/browser/in_process_webkit/dom_storage_context.h |
@@ -24,10 +24,10 @@ class SpecialStoragePolicy; |
} |
// This is owned by WebKitContext and is all the dom storage information that's |
-// shared by all the DOMStorageMessageFilters that share the same profile. The |
-// specifics of responsibilities are fairly well documented here and in |
-// StorageNamespace and StorageArea. Everything is only to be accessed on the |
-// WebKit thread unless noted otherwise. |
+// shared by all the DOMStorageMessageFilters that share the same browser |
+// context. The specifics of responsibilities are fairly well documented here |
+// and in StorageNamespace and StorageArea. Everything is only to be accessed |
+// on the WebKit thread unless noted otherwise. |
// |
// NOTE: Virtual methods facilitate mocking functions for testing. |
class DOMStorageContext { |
@@ -136,7 +136,7 @@ class DOMStorageContext { |
// True if the destructor should delete its files. |
bool clear_local_state_on_exit_; |
- // Path where the profile data is stored. |
+ // Path where the browser context data is stored. |
// TODO(pastarmovj): Keep in mind that unlike indexed db data_path_ variable |
// this one still has to point to the upper level dir because of the |
// MigrateLocalStorageDirectory function. Once this function disappears we can |