| Index: chrome/browser/importer/firefox_profile_lock.h
|
| diff --git a/chrome/browser/importer/firefox_profile_lock.h b/chrome/browser/importer/firefox_profile_lock.h
|
| index 1c1c7ee4b1ad4619d27a397bbeabd59985b19345..d04fc35d72276d1cfadb2b5c794aea1263b30bde 100644
|
| --- a/chrome/browser/importer/firefox_profile_lock.h
|
| +++ b/chrome/browser/importer/firefox_profile_lock.h
|
| @@ -80,8 +80,8 @@ class FirefoxProfileLock {
|
| bool HasAcquired();
|
|
|
| private:
|
| - FRIEND_TEST(FirefoxImporterTest, ProfileLock);
|
| - FRIEND_TEST(FirefoxImporterTest, ProfileLockOrphaned);
|
| + FRIEND_TEST(FirefoxProfileLockTest, ProfileLock);
|
| + FRIEND_TEST(FirefoxProfileLockTest, ProfileLockOrphaned);
|
|
|
| static const FilePath::CharType* kLockFileName;
|
| static const FilePath::CharType* kOldLockFileName;
|
| @@ -103,7 +103,7 @@ class FirefoxProfileLock {
|
| FilePath old_lock_file_;
|
|
|
| // Method that tries to put a fcntl lock on file specified by |lock_file_|.
|
| - // Returns false if lock is already help by another process. true in all
|
| + // Returns false if lock is already held by another process. true in all
|
| // other cases.
|
| bool LockWithFcntl();
|
| #endif
|
|
|