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 76a54164fb0aaec1429c4779f8ba2571a025dc49..e6a19fcba85717491fed922e4a8a46bf67f581ef 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 "components/rlz/rlz_tracker.h" |
+#include "chrome/browser/rlz/rlz.h" |
#endif |
using extensions::ExtensionRegistry; |
@@ -213,6 +213,6 @@ void AppListControllerDelegate::GetApps(Profile* profile, |
void AppListControllerDelegate::OnSearchStarted() { |
#if defined(ENABLE_RLZ) |
- rlz::RLZTracker::RecordAppListSearch(); |
+ RLZTracker::RecordAppListSearch(); |
#endif |
} |