summaryrefslogtreecommitdiffstats
path: root/runtime/vector_output_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/vector_output_stream.h')
-rw-r--r--runtime/vector_output_stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/vector_output_stream.h b/runtime/vector_output_stream.h
index 3546c8d577..7daa39ffa5 100644
--- a/runtime/vector_output_stream.h
+++ b/runtime/vector_output_stream.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_VECTOR_OUTPUT_STREAM_H_
-#define ART_SRC_VECTOR_OUTPUT_STREAM_H_
+#ifndef ART_RUNTIME_VECTOR_OUTPUT_STREAM_H_
+#define ART_RUNTIME_VECTOR_OUTPUT_STREAM_H_
#include "output_stream.h"
@@ -62,4 +62,4 @@ class VectorOutputStream : public OutputStream {
} // namespace art
-#endif // ART_SRC_VECTOR_OUTPUT_STREAM_H_
+#endif // ART_RUNTIME_VECTOR_OUTPUT_STREAM_H_