| 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..b46a9c4648c3c7c634cf0117bd9af0d33e78adf1 100644
|
| --- a/chrome/browser/extensions/extension_cookies_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_cookies_unittest.cc
|
| @@ -23,8 +23,7 @@ struct DomainMatchCase {
|
| const bool matches;
|
| };
|
|
|
| -// A test profile that supports linking with another profile for off-the-record
|
| -// (a.k.a. incognito) support.
|
| +// A test profile that supports linking with another profile for incognito support.
|
| class OtrTestingProfile : public TestingProfile {
|
| public:
|
| OtrTestingProfile() : linked_profile_(NULL) {}
|
|
|