summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/telemetry_observer.h
diff options
context:
space:
mode:
authorIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-16 15:58:09 +0200
committerIvo Stoilov (GitHub) <istoilov@luxoft.com>2017-01-25 16:50:55 +0200
commit0f5676b6170b37e2244657fe6e7f7dbc0866b529 (patch)
tree036ada545bb0f88b91da67919dab9ed2694ce8ab /src/components/application_manager/include/application_manager/telemetry_observer.h
parent3288e43eaa7b769c60b5e40e5e4beee6bc343fc2 (diff)
downloadsdl_core-0f5676b6170b37e2244657fe6e7f7dbc0866b529.tar.gz
Update all header-guards in project
Related tasks APPLINK-30588 APPLINK-30974
Diffstat (limited to 'src/components/application_manager/include/application_manager/telemetry_observer.h')
-rw-r--r--src/components/application_manager/include/application_manager/telemetry_observer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/include/application_manager/telemetry_observer.h b/src/components/application_manager/include/application_manager/telemetry_observer.h
index 16f0aba62f..20b3aaca5a 100644
--- a/src/components/application_manager/include/application_manager/telemetry_observer.h
+++ b/src/components/application_manager/include/application_manager/telemetry_observer.h
@@ -30,8 +30,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_TIME_METRIC_OBSERVER_H_
-#define SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_TIME_METRIC_OBSERVER_H_
+#ifndef SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_TELEMETRY_OBSERVER_H_
+#define SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_TELEMETRY_OBSERVER_H_
#include "smart_objects/smart_object.h"
#include "application_manager/smart_object_keys.h"
@@ -54,4 +54,4 @@ class AMTelemetryObserver {
virtual ~AMTelemetryObserver() {}
};
} // application_manager
-#endif // SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_USAGE_STATISTICS_H_
+#endif // SRC_COMPONENTS_APPLICATION_MANAGER_INCLUDE_APPLICATION_MANAGER_TELEMETRY_OBSERVER_H_