| Index: chrome/browser/importer/firefox_profile_lock.cc
|
| ===================================================================
|
| --- chrome/browser/importer/firefox_profile_lock.cc (revision 25977)
|
| +++ chrome/browser/importer/firefox_profile_lock.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| * ***** END LICENSE BLOCK ***** */
|
|
|
| // static
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_FREEBSD)
|
| // http://www.google.com/codesearch/p?hl=en#e_ObwTAVPyo/profile/dirserviceprovider/src/nsProfileLock.cpp&l=433
|
| const FilePath::CharType* FirefoxProfileLock::kLockFileName =
|
| FILE_PATH_LITERAL(".parentlock");
|
|
|