| Index: chrome/browser/sync/sessions/sync_session_context.h
|
| diff --git a/chrome/browser/sync/sessions/sync_session_context.h b/chrome/browser/sync/sessions/sync_session_context.h
|
| index fbd5c0d023d8029dd4a4af0e55f39d2401072c76..89a75c4055ac3f7a602621b5858503cc653839b4 100644
|
| --- a/chrome/browser/sync/sessions/sync_session_context.h
|
| +++ b/chrome/browser/sync/sessions/sync_session_context.h
|
| @@ -83,7 +83,7 @@ class SyncSessionContext {
|
| DCHECK(account_name_.empty());
|
| account_name_ = name;
|
| }
|
| - const std::string& account_name() { return account_name_; }
|
| + const std::string& account_name() const { return account_name_; }
|
|
|
| void set_max_commit_batch_size(int batch_size) {
|
| max_commit_batch_size_ = batch_size;
|
|
|