commit | 6b6b5f0e67ce03f38223a525612955663bc1799b | [log] [tgz] |
---|---|---|
author | Carl Shapiro <cshapiro@google.com> | Tue Jun 21 15:05:09 2011 -0700 |
committer | Carl Shapiro <cshapiro@google.com> | Tue Jun 21 15:22:34 2011 -0700 |
tree | 83347b18ba66d4c46d06ca81be01285959f08060 | |
parent | a5d5cfda6239d8876937e75eba43222f639d2447 [diff] [blame] |
Shorten the namespace and re-normalize include guards. Change-Id: I93af4c1f19edf31098abd20ded1fcca6c5d83854
diff --git a/src/assembler_arm.h b/src/assembler_arm.h index 1ac5a82..8ba9906 100644 --- a/src/assembler_arm.h +++ b/src/assembler_arm.h
@@ -3,12 +3,11 @@ #ifndef ART_SRC_ASSEMBLER_ARM_H_ #define ART_SRC_ASSEMBLER_ARM_H_ -namespace android { -namespace runtime { +namespace art { class Assembler { }; -} } // namespace android::runtime +} // namespace art #endif // ART_SRC_ASSEMBLER_ARM_H_