| Index: chrome/browser/web_resource/web_resource_service.cc
|
| ===================================================================
|
| --- chrome/browser/web_resource/web_resource_service.cc (revision 72489)
|
| +++ chrome/browser/web_resource/web_resource_service.cc (working copy)
|
| @@ -221,7 +221,7 @@
|
| // Server for dynamically loaded NTP HTML elements. TODO(mirandac): append
|
| // locale for future usage, when we're serving localizable strings.
|
| const char* WebResourceService::kDefaultWebResourceServer =
|
| - "https://www.google.com/support/chrome/bin/topic/30248/inproduct";
|
| + "https://www.google.com/support/chrome/bin/topic/1142433/inproduct";
|
|
|
| WebResourceService::WebResourceService(Profile* profile)
|
| : prefs_(profile->GetPrefs()),
|
|
|