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

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

Issue 340055: String cleanup in sync code (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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/sync_types.h ('k') | chrome/browser/sync/util/user_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/util/user_settings.h
===================================================================
--- chrome/browser/sync/util/user_settings.h (revision 30948)
+++ chrome/browser/sync/util/user_settings.h (working copy)
@@ -9,6 +9,7 @@
#include <set>
#include <string>
+#include "base/file_path.h"
#include "base/lock.h"
#include "build/build_config.h"
#include "chrome/browser/sync/util/signin.h"
@@ -27,7 +28,7 @@
UserSettings();
~UserSettings();
// Returns false (failure) if the db is a newer version.
- bool Init(const PathString& settings_path);
+ bool Init(const FilePath& settings_path);
void StoreHashedPassword(const std::string& email,
const std::string& password);
bool VerifyAgainstStoredHash(const std::string& email,
@@ -59,8 +60,6 @@
void RemoveAllGuestSettings();
- void RemoveShare(const PathString& share_path);
-
void StoreEmailForSignin(const std::string& signin,
const std::string& primary_email);
« no previous file with comments | « chrome/browser/sync/util/sync_types.h ('k') | chrome/browser/sync/util/user_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698