| Index: services/tracing/tracing_app.h
 | 
| diff --git a/mojo/services/tracing/tracing_app.h b/services/tracing/tracing_app.h
 | 
| similarity index 89%
 | 
| rename from mojo/services/tracing/tracing_app.h
 | 
| rename to services/tracing/tracing_app.h
 | 
| index 740b31ff31dc2d314631cbb9c09cf15c6a943b5f..48b67e48e3b965490af945dcaf18d71a7827be5f 100644
 | 
| --- a/mojo/services/tracing/tracing_app.h
 | 
| +++ b/services/tracing/tracing_app.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 MOJO_SERVICES_TRACING_TRACING_APP_H_
 | 
| -#define MOJO_SERVICES_TRACING_TRACING_APP_H_
 | 
| +#ifndef SERVICES_TRACING_TRACING_APP_H_
 | 
| +#define SERVICES_TRACING_TRACING_APP_H_
 | 
|  
 | 
|  #include <stdint.h>
 | 
|  
 | 
| @@ -13,11 +13,11 @@
 | 
|  #include "mojo/public/cpp/bindings/binding_set.h"
 | 
|  #include "mojo/public/cpp/bindings/interface_ptr_set.h"
 | 
|  #include "mojo/public/cpp/bindings/strong_binding.h"
 | 
| -#include "mojo/services/tracing/public/interfaces/tracing.mojom.h"
 | 
| -#include "mojo/services/tracing/trace_data_sink.h"
 | 
| -#include "mojo/services/tracing/trace_recorder_impl.h"
 | 
|  #include "services/shell/public/cpp/interface_factory.h"
 | 
|  #include "services/shell/public/cpp/shell_client.h"
 | 
| +#include "services/tracing/public/interfaces/tracing.mojom.h"
 | 
| +#include "services/tracing/trace_data_sink.h"
 | 
| +#include "services/tracing/trace_recorder_impl.h"
 | 
|  
 | 
|  namespace tracing {
 | 
|  
 | 
| @@ -78,4 +78,4 @@ class TracingApp
 | 
|  
 | 
|  }  // namespace tracing
 | 
|  
 | 
| -#endif  // MOJO_SERVICES_TRACING_TRACING_APP_H_
 | 
| +#endif  // SERVICES_TRACING_TRACING_APP_H_
 | 
| 
 |