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

Unified Diff: components/feedback/tracing_manager.cc

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest Created 6 years, 7 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
Index: components/feedback/tracing_manager.cc
diff --git a/chrome/browser/feedback/tracing_manager.cc b/components/feedback/tracing_manager.cc
similarity index 94%
rename from chrome/browser/feedback/tracing_manager.cc
rename to components/feedback/tracing_manager.cc
index 577a7c1c483a8f221c5aa32c3433c1fae9e4f502..bdf10b8e998f68e012309590c4b3ee1b55055266 100644
--- a/chrome/browser/feedback/tracing_manager.cc
+++ b/components/feedback/tracing_manager.cc
@@ -2,17 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/feedback/tracing_manager.h"
+#include "components/feedback/tracing_manager.h"
#include "base/bind.h"
#include "base/file_util.h"
#include "base/location.h"
#include "base/memory/ref_counted_memory.h"
#include "base/message_loop/message_loop_proxy.h"
-#include "base/prefs/pref_service.h"
-#include "chrome/browser/browser_process.h"
-#include "chrome/browser/feedback/feedback_util.h"
-#include "chrome/common/pref_names.h"
+#include "components/feedback/feedback_util.h"
#include "content/public/browser/tracing_controller.h"
namespace {
« components/feedback/feedback_uploader_chrome.h ('K') | « components/feedback/tracing_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698