| Index: components/rlz/rlz_tracker_win.cc
|
| diff --git a/chrome/browser/rlz/rlz_win.cc b/components/rlz/rlz_tracker_win.cc
|
| similarity index 92%
|
| rename from chrome/browser/rlz/rlz_win.cc
|
| rename to components/rlz/rlz_tracker_win.cc
|
| index 0f968588cbe0046d4811e3483818e220345a686d..73d843e8f32061028d16efc314f42034963f3af1 100644
|
| --- a/chrome/browser/rlz/rlz_win.cc
|
| +++ b/components/rlz/rlz_tracker_win.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/rlz/rlz.h"
|
| +#include "components/rlz/rlz_tracker.h"
|
|
|
| // static
|
| rlz_lib::AccessPoint RLZTracker::ChromeOmnibox() {
|
|
|