| Index: chrome/browser/google_util.h
|
| diff --git a/chrome/browser/google_util.h b/chrome/browser/google_util.h
|
| index d24ae897476ca0faadf18849319fef22572dc222..a4f99e3d1e8190e02b7a0b80af5cb7096342d84f 100644
|
| --- a/chrome/browser/google_util.h
|
| +++ b/chrome/browser/google_util.h
|
| @@ -11,6 +11,8 @@ class GURL;
|
|
|
| namespace google_util {
|
|
|
| +extern const char kLinkDoctorBaseURL[];
|
| +
|
| // Adds the Google locale string to the URL (e.g., hl=en-US). This does not
|
| // check to see if the param already exists.
|
| GURL AppendGoogleLocaleParam(const GURL& url);
|
|
|