| Index: chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.cc b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| index e6a19fcba85717491fed922e4a8a46bf67f581ef..76a54164fb0aaec1429c4779f8ba2571a025dc49 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.cc
|
| @@ -28,7 +28,7 @@
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| #if defined(ENABLE_RLZ)
|
| -#include "chrome/browser/rlz/rlz.h"
|
| +#include "components/rlz/rlz_tracker.h"
|
| #endif
|
|
|
| using extensions::ExtensionRegistry;
|
| @@ -213,6 +213,6 @@ void AppListControllerDelegate::GetApps(Profile* profile,
|
|
|
| void AppListControllerDelegate::OnSearchStarted() {
|
| #if defined(ENABLE_RLZ)
|
| - RLZTracker::RecordAppListSearch();
|
| + rlz::RLZTracker::RecordAppListSearch();
|
| #endif
|
| }
|
|
|