commit | 197d52949eeddc338d9e7315dc8f07de37eb90b8 | [log] [tgz] |
---|---|---|
author | Geoff Lang <geofflang@chromium.org> | Wed Apr 25 14:29:00 2018 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Apr 25 22:25:24 2018 +0000 |
tree | 5623690450ad7af79cbd07d4e03dc65f9be5ee17 | |
parent | 23dc90b81efb6156a3a771fb4771f653ab02bee7 [diff] [blame] |
Wrap all preprocessor code in the angle namespace. BUG=836820 BUG=801364 Change-Id: I08b6a2f9f12b689e09df6efd916c313e71e8a051 Reviewed-on: https://chromium-review.googlesource.com/1028581 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
diff --git a/src/compiler/preprocessor/SourceLocation.h b/src/compiler/preprocessor/SourceLocation.h index 51908a3..61d1af0 100644 --- a/src/compiler/preprocessor/SourceLocation.h +++ b/src/compiler/preprocessor/SourceLocation.h
@@ -7,6 +7,9 @@ #ifndef COMPILER_PREPROCESSOR_SOURCELOCATION_H_ #define COMPILER_PREPROCESSOR_SOURCELOCATION_H_ +namespace angle +{ + namespace pp { @@ -36,4 +39,6 @@ } // namespace pp +} // namespace angle + #endif // COMPILER_PREPROCESSOR_SOURCELOCATION_H_