| Index: content/public/browser/power_usage_monitor.h
|
| diff --git a/content/app/mojo/mojo_init.h b/content/public/browser/power_usage_monitor.h
|
| similarity index 51%
|
| copy from content/app/mojo/mojo_init.h
|
| copy to content/public/browser/power_usage_monitor.h
|
| index 4a4e5d4284c0199ba2606f60ab9a0a510cea8f15..fdfa0ce8b27697b587e1c1feb2affa1107b167ae 100644
|
| --- a/content/app/mojo/mojo_init.h
|
| +++ b/content/public/browser/power_usage_monitor.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_APP_MOJO_MOJO_INIT_H_
|
| -#define CONTENT_APP_MOJO_MOJO_INIT_H_
|
| +#ifndef CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
|
| +#define CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
|
|
|
| #include "content/common/content_export.h"
|
|
|
| namespace content {
|
|
|
| -// Perform any necessary Mojo initialization.
|
| -CONTENT_EXPORT void InitializeMojo();
|
| +// Start the PowerUsageMonitor.
|
| +void CONTENT_EXPORT StartPowerUsageMonitor();
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_MOJO_MOJO_INIT_H_
|
| +#endif // CONTENT_PUBLIC_BROWSER_POWER_USAGE_MONITOR_H_
|
|
|