summaryrefslogtreecommitdiff
path: root/runtime/base/stl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/stl_util.h')
-rw-r--r--runtime/base/stl_util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/base/stl_util.h b/runtime/base/stl_util.h
index eb8be42df3..ff9f40cbf8 100644
--- a/runtime/base/stl_util.h
+++ b/runtime/base/stl_util.h
@@ -14,8 +14,8 @@
* limitations under the License.
*/
-#ifndef ART_SRC_BASE_STL_UTIL_H_
-#define ART_SRC_BASE_STL_UTIL_H_
+#ifndef ART_RUNTIME_BASE_STL_UTIL_H_
+#define ART_RUNTIME_BASE_STL_UTIL_H_
#include <algorithm>
#include <sstream>
@@ -94,4 +94,4 @@ std::string ToString(const T& v) {
} // namespace art
-#endif // ART_SRC_BASE_STL_UTIL_H_
+#endif // ART_RUNTIME_BASE_STL_UTIL_H_