summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncer_session.h
diff options
context:
space:
mode:
authormunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 19:40:59 +0000
committermunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-13 19:40:59 +0000
commit6d201be0c55eccdc015124e221d2559a6da7fef0 (patch)
tree121e988c25e62017a08bcbe908a4e6a5f78d34f8 /chrome/browser/sync/engine/syncer_session.h
parentdc9711fe5e00639471fd0edf195a4ada4f7d994d (diff)
downloadchromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.zip
chromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.tar.gz
chromium_src-6d201be0c55eccdc015124e221d2559a6da7fef0.tar.bz2
Part 1 of removing PathSTring. I scrubbed files that are not
in chron's CL to avoid merge. Review URL: http://codereview.chromium.org/393011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncer_session.h')
-rw-r--r--chrome/browser/sync/engine/syncer_session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_session.h b/chrome/browser/sync/engine/syncer_session.h
index d15f747..6b24098 100644
--- a/chrome/browser/sync/engine/syncer_session.h
+++ b/chrome/browser/sync/engine/syncer_session.h
@@ -11,6 +11,7 @@
#ifndef CHROME_BROWSER_SYNC_ENGINE_SYNCER_SESSION_H_
#define CHROME_BROWSER_SYNC_ENGINE_SYNCER_SESSION_H_
+#include <string>
#include <utility>
#include <vector>
@@ -100,7 +101,7 @@ class SyncerSession {
return sync_cycle_state_->HasAppliedUpdates();
}
- PathString account_name() const {
+ std::string account_name() const {
return sync_process_state_->account_name();
}