| Index: chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| index dc53a4c6fb238fde4779eae33e8c627e81f0489c..35f90b67ef4dccbfc9c5e942c4f0e85dad7b7476 100644
|
| --- a/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| +++ b/chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc
|
| @@ -127,7 +127,7 @@ void NTPUserDataLogger::EmitNtpStatistics() {
|
| }
|
| }
|
|
|
| -void NTPUserDataLogger::LogEvent(NTPLoggingEventType event) {
|
| +void NTPUserDataLogger::LogEvent(NTPLoggingEventType event, uint64 time) {
|
| switch (event) {
|
| case NTP_SERVER_SIDE_SUGGESTION:
|
| has_server_side_suggestions_ = true;
|
|
|