Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: chrome/browser/importer/firefox_profile_lock.h

Issue 160077: Linux: Fix NSSDecryptor to import Firefox passwords from the user database correctly. (Closed)
Patch Set: Add comments. Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/importer/firefox_importer_unittest.cc ('k') | chrome/browser/importer/firefox_profile_lock_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698