Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: components/feedback/system_logs/system_logs_fetcher.h

Issue 2968613002: Move some of c/b/feedback/system_logs to //components/feedback (Closed)
Patch Set: fix include Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/feedback/BUILD.gn ('k') | components/feedback/system_logs/system_logs_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/system_logs/system_logs_fetcher.h
diff --git a/chrome/browser/feedback/system_logs/system_logs_fetcher.h b/components/feedback/system_logs/system_logs_fetcher.h
similarity index 90%
rename from chrome/browser/feedback/system_logs/system_logs_fetcher.h
rename to components/feedback/system_logs/system_logs_fetcher.h
index 4edb8358e79f94db71a8510af284fc7818b4413a..1799d4f43040c802b64895a3d3c0bb5cb278e21f 100644
--- a/chrome/browser/feedback/system_logs/system_logs_fetcher.h
+++ b/components/feedback/system_logs/system_logs_fetcher.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
-#define CHROME_BROWSER_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
+#ifndef COMPONENTS_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
+#define COMPONENTS_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
#include <stddef.h>
@@ -15,9 +15,9 @@
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "chrome/browser/feedback/system_logs/system_logs_source.h"
#include "components/feedback/anonymizer_tool.h"
#include "components/feedback/feedback_common.h"
+#include "components/feedback/system_logs/system_logs_source.h"
namespace system_logs {
@@ -80,4 +80,4 @@ class SystemLogsFetcher {
} // namespace system_logs
-#endif // CHROME_BROWSER_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
+#endif // COMPONENTS_FEEDBACK_SYSTEM_LOGS_SYSTEM_LOGS_FETCHER_H_
« no previous file with comments | « components/feedback/BUILD.gn ('k') | components/feedback/system_logs/system_logs_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698