| Index: chrome/browser/search_engines/search_terms_data.cc
|
| ===================================================================
|
| --- chrome/browser/search_engines/search_terms_data.cc (revision 110237)
|
| +++ chrome/browser/search_engines/search_terms_data.cc (working copy)
|
| @@ -33,7 +33,8 @@
|
| GURL::Replacements repl;
|
|
|
| // Replace any existing path with "/complete/".
|
| - repl.SetPathStr("/complete/");
|
| + static const std::string suggest_path("/complete/");
|
| + repl.SetPathStr(suggest_path);
|
|
|
| // Clear the query and ref.
|
| repl.ClearQuery();
|
|
|