Index: chrome/browser/extensions/extension_cookies_unittest.cc |
diff --git a/chrome/browser/extensions/extension_cookies_unittest.cc b/chrome/browser/extensions/extension_cookies_unittest.cc |
index bd69ef008e77f235e40ef0f459444d8524ab4ae6..b63195371426fe591a7250d2173e84be50576494 100644 |
--- a/chrome/browser/extensions/extension_cookies_unittest.cc |
+++ b/chrome/browser/extensions/extension_cookies_unittest.cc |
@@ -23,7 +23,7 @@ struct DomainMatchCase { |
const bool matches; |
}; |
-// A test profile that supports linking with another profile for off-the-record |
+// A test profile that supports linking with another profile for incognito |
// (a.k.a. incognito) support. |
akalin
2011/03/08 03:07:47
remove (a.k.a. incognito)
|
class OtrTestingProfile : public TestingProfile { |
public: |