| Index: chrome/browser/rlz/rlz_win.cc
|
| diff --git a/components/rlz/rlz_tracker_win.cc b/chrome/browser/rlz/rlz_win.cc
|
| similarity index 85%
|
| rename from components/rlz/rlz_tracker_win.cc
|
| rename to chrome/browser/rlz/rlz_win.cc
|
| index 0e2055c732ddf1b67b6522c91e41e71d8bbc05bf..0f968588cbe0046d4811e3483818e220345a686d 100644
|
| --- a/components/rlz/rlz_tracker_win.cc
|
| +++ b/chrome/browser/rlz/rlz_win.cc
|
| @@ -2,9 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/rlz/rlz_tracker.h"
|
| -
|
| -namespace rlz {
|
| +#include "chrome/browser/rlz/rlz.h"
|
|
|
| // static
|
| rlz_lib::AccessPoint RLZTracker::ChromeOmnibox() {
|
| @@ -20,5 +18,3 @@ rlz_lib::AccessPoint RLZTracker::ChromeHomePage() {
|
| rlz_lib::AccessPoint RLZTracker::ChromeAppList() {
|
| return rlz_lib::CHROME_APP_LIST;
|
| }
|
| -
|
| -} // namespace rlz
|
|
|