summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/synced_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/synced_session.h')
-rw-r--r--chrome/browser/sync/glue/synced_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/synced_session.h b/chrome/browser/sync/glue/synced_session.h
index a1d0d68..80ff9be 100644
--- a/chrome/browser/sync/glue/synced_session.h
+++ b/chrome/browser/sync/glue/synced_session.h
@@ -74,7 +74,7 @@ struct SyncedSession {
case SyncedSession::TYPE_TABLET:
return "tablet";
default:
- return "";
+ return std::string();
}
}