| Index: chrome/browser/rlz/rlz.h
|
| diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
|
| index 7415c5f11898a676a5e52ebd4d132a7ce0f7772e..b152bc28bf16170285926b920c590168e2ec4030 100644
|
| --- a/chrome/browser/rlz/rlz.h
|
| +++ b/chrome/browser/rlz/rlz.h
|
| @@ -60,10 +60,10 @@ class RLZTracker : public content::NotificationObserver {
|
| rlz_lib::Event event_id);
|
|
|
| // For the point parameter of RecordProductEvent.
|
| - static const rlz_lib::AccessPoint CHROME_OMNIBOX;
|
| - static const rlz_lib::AccessPoint CHROME_HOME_PAGE;
|
| + static rlz_lib::AccessPoint ChromeOmnibox();
|
| #if !defined(OS_IOS)
|
| - static const rlz_lib::AccessPoint CHROME_APP_LIST;
|
| + static rlz_lib::AccessPoint ChromeHomePage();
|
| + static rlz_lib::AccessPoint ChromeAppList();
|
| #endif
|
|
|
| // Gets the HTTP header value that can be added to requests from the
|
|
|