summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 03:48:48 +0000
committerasargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-11 03:48:48 +0000
commitee1adf4b505e1c93d7141d976070aec601e25f21 (patch)
tree717233dba20de9e1ab3e7b59b69fc1d7a7d17647
parent472734744db1cedb0e1e1a88a22506d1f0892e3e (diff)
downloadchromium_src-ee1adf4b505e1c93d7141d976070aec601e25f21.zip
chromium_src-ee1adf4b505e1c93d7141d976070aec601e25f21.tar.gz
chromium_src-ee1adf4b505e1c93d7141d976070aec601e25f21.tar.bz2
Fix inconsistent line endings problem.
For some reason invoking 'svn cat' on this file was failing with an error about inconsistent line endings, and that is preventing me from using gcl upload of a review where I have some changes. I just ran 'dos2unix' on the file for this CL - hopefully that will fix the problem. BUG=none TEST=none TBR=tim@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62132 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/sync/profile_sync_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index f0a3db2..e68f554 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -328,8 +328,8 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// for sensitive data types.
virtual bool IsCryptographerReady() const;
- // Sets the Cryptographer's passphrase, or caches it until that is possible.
- // This will check asynchronously whether the passphrase is valid and notify
+ // Sets the Cryptographer's passphrase, or caches it until that is possible.
+ // This will check asynchronously whether the passphrase is valid and notify
// ProfileSyncServiceObservers via the NotificationService when the outcome
// is known.
virtual void SetPassphrase(const std::string& passphrase);