aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util_platform.h
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-12 14:52:30 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-15 09:35:13 +0000
commit0d56b6cdc0d2177231a2c14ab4c33be40a3ae234 (patch)
tree977321caee47430a9609c6d24015570187bafb48 /src/main/cpp/blaze_util_platform.h
parentfeb09392389fa0fedbd364e1c90e86358014a051 (diff)
Update include guards.
-- MOS_MIGRATED_REVID=93413161
Diffstat (limited to 'src/main/cpp/blaze_util_platform.h')
-rw-r--r--src/main/cpp/blaze_util_platform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/cpp/blaze_util_platform.h b/src/main/cpp/blaze_util_platform.h
index 2d3101b60c..014254e276 100644
--- a/src/main/cpp/blaze_util_platform.h
+++ b/src/main/cpp/blaze_util_platform.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef DEVTOOLS_BLAZE_MAIN_BLAZE_UTIL_PLATFORM_H_
-#define DEVTOOLS_BLAZE_MAIN_BLAZE_UTIL_PLATFORM_H_
+#ifndef BAZEL_SRC_MAIN_CPP_BLAZE_UTIL_PLATFORM_H_
+#define BAZEL_SRC_MAIN_CPP_BLAZE_UTIL_PLATFORM_H_
#include <stdint.h>
@@ -56,4 +56,4 @@ std::string GetDefaultHostJavabase();
} // namespace blaze
-#endif // DEVTOOLS_BLAZE_MAIN_BLAZE_UTIL_PLATFORM_H_
+#endif // BAZEL_SRC_MAIN_CPP_BLAZE_UTIL_PLATFORM_H_