| 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_
|
|
|
|
|