summaryrefslogtreecommitdiffstats
path: root/runtime/base/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/histogram.h')
-rw-r--r--runtime/base/histogram.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/base/histogram.h b/runtime/base/histogram.h
index 6878e71ccc..8724d2c582 100644
--- a/runtime/base/histogram.h
+++ b/runtime/base/histogram.h
@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef ART_SRC_BASE_HISTOGRAM_H_
-#define ART_SRC_BASE_HISTOGRAM_H_
+#ifndef ART_RUNTIME_BASE_HISTOGRAM_H_
+#define ART_RUNTIME_BASE_HISTOGRAM_H_
#include <vector>
#include <string>
@@ -117,4 +117,4 @@ template <class Value> class Histogram {
};
}
-#endif // ART_SRC_BASE_HISTOGRAM_H_
+#endif // ART_RUNTIME_BASE_HISTOGRAM_H_