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

Unified Diff: components/feedback/tracing_manager.h

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.h
diff --git a/chrome/browser/feedback/tracing_manager.h b/components/feedback/tracing_manager.h
similarity index 93%
rename from chrome/browser/feedback/tracing_manager.h
rename to components/feedback/tracing_manager.h
index 5fd5588326d3b75e2de1744558ad5c74eb48bb54..e9c9a5cd63ac4f44ff96660cccb10bf98de064df 100644
--- a/chrome/browser/feedback/tracing_manager.h
+++ b/components/feedback/tracing_manager.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_TRACING_MANAGER_H_
-#define CHROME_BROWSER_FEEDBACK_TRACING_MANAGER_H_
+#ifndef COMPONENTS_FEEDBACK_TRACING_MANAGER_H_
+#define COMPONENTS_FEEDBACK_TRACING_MANAGER_H_
#include <map>
#include <string>
@@ -74,5 +74,5 @@ class TracingManager {
DISALLOW_COPY_AND_ASSIGN(TracingManager);
};
-#endif // CHROME_BROWSER_FEEDBACK_TRACING_MANAGER_H_
+#endif // COMPONENTS_FEEDBACK_TRACING_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698