| Index: components/feedback/system_logs/system_logs_fetcher.cc
|
| diff --git a/chrome/browser/feedback/system_logs/system_logs_fetcher.cc b/components/feedback/system_logs/system_logs_fetcher.cc
|
| similarity index 94%
|
| rename from chrome/browser/feedback/system_logs/system_logs_fetcher.cc
|
| rename to components/feedback/system_logs/system_logs_fetcher.cc
|
| index 27056368bb488687e9040808369643c0e0539aac..4e7e510cd4ac54b835b60be391172fb1bb725a4d 100644
|
| --- a/chrome/browser/feedback/system_logs/system_logs_fetcher.cc
|
| +++ b/components/feedback/system_logs/system_logs_fetcher.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/feedback/system_logs/system_logs_fetcher.h"
|
| +#include "components/feedback/system_logs/system_logs_fetcher.h"
|
|
|
| #include <utility>
|
|
|
| @@ -20,9 +20,7 @@ namespace {
|
| // List of keys in the SystemLogsResponse map whose corresponding values will
|
| // not be anonymized.
|
| constexpr const char* const kWhitelistedKeysOfUUIDs[] = {
|
| - "CHROMEOS_BOARD_APPID",
|
| - "CHROMEOS_CANARY_APPID",
|
| - "CHROMEOS_RELEASE_APPID",
|
| + "CHROMEOS_BOARD_APPID", "CHROMEOS_CANARY_APPID", "CHROMEOS_RELEASE_APPID",
|
| "CLIENT_ID",
|
| };
|
|
|
|
|