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

Unified Diff: chrome/browser/sync/util/user_settings.cc

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/sync/util/event_sys-inl.h ('k') | chrome/browser/views/frame/browser_extender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/user_settings.cc
diff --git a/chrome/browser/sync/util/user_settings.cc b/chrome/browser/sync/util/user_settings.cc
index ea8d8e484394721483fe6fd3d59bc3cbb0e7a4e9..e215c9b81a32d423232d2ba70d1604ec384dbeb6 100644
--- a/chrome/browser/sync/util/user_settings.cc
+++ b/chrome/browser/sync/util/user_settings.cc
@@ -39,12 +39,11 @@ static const char SALT[] = "salt2";
static const int kSaltSize = 20;
static const int kCurrentDBVersion = 11;
-UserSettings::ScopedDBHandle::ScopedDBHandle(UserSettings* settings) :
- mutex_lock_(settings->dbhandle_mutex_), handle_(&settings->dbhandle_) {
+UserSettings::ScopedDBHandle::ScopedDBHandle(UserSettings* settings)
+ : mutex_lock_(settings->dbhandle_mutex_), handle_(&settings->dbhandle_) {
}
-UserSettings::UserSettings() :
- dbhandle_(NULL) {
+UserSettings::UserSettings() : dbhandle_(NULL) {
}
string UserSettings::email() const {
« no previous file with comments | « chrome/browser/sync/util/event_sys-inl.h ('k') | chrome/browser/views/frame/browser_extender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698