| Index: chrome/browser/history/url_index_private_data.h
|
| diff --git a/chrome/browser/history/url_index_private_data.h b/chrome/browser/history/url_index_private_data.h
|
| index 58d51303415f4f42152db2fcdd2bc02978d5113b..f06b4dcdc215cab8f00d0df04a4f5f357faa043e 100644
|
| --- a/chrome/browser/history/url_index_private_data.h
|
| +++ b/chrome/browser/history/url_index_private_data.h
|
| @@ -146,7 +146,7 @@ class URLIndexPrivateData
|
| static void RestoreFromFileTask(
|
| const FilePath& file_path,
|
| scoped_refptr<URLIndexPrivateData> private_data,
|
| - std::string languages);
|
| + const std::string& languages);
|
|
|
| // Constructs a new object by restoring its contents from the file at |path|.
|
| // Returns the new URLIndexPrivateData which on success will contain the
|
|
|