| Index: chrome/browser/importer/ie_importer.cc
|
| ===================================================================
|
| --- chrome/browser/importer/ie_importer.cc (revision 6271)
|
| +++ chrome/browser/importer/ie_importer.cc (working copy)
|
| @@ -495,7 +495,7 @@
|
| entry.url = url;
|
| entry.creation_time = GetFileCreationTime(*it);
|
| if (!relative_path.empty())
|
| - SplitString(relative_path, file_util::kPathSeparator, &entry.path);
|
| + file_util::PathComponents(relative_path, &entry.path);
|
|
|
| // Flatten the bookmarks in Link folder onto bookmark toolbar. Otherwise,
|
| // put it into "Other bookmarks".
|
|
|