summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile_manager.cc')
-rw-r--r--chrome/browser/profile_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc
index 9e61b0a..407c39b 100644
--- a/chrome/browser/profile_manager.cc
+++ b/chrome/browser/profile_manager.cc
@@ -337,4 +337,3 @@ std::wstring ProfileManager::CanonicalizeID(const std::wstring& id) {
TrimWhitespace(id, TRIM_ALL, &no_whitespace);
return StringToLowerASCII(no_whitespace);
}
-