Index: sandbox/win/src/sandbox_utils.h |
diff --git a/sandbox/win/src/sandbox_utils.h b/sandbox/win/src/sandbox_utils.h |
index 78e76fbc733b390bcb4875f358b2adecaaa34989..e29197ab9780cd0a18fa9a560c52d62b334fb862 100644 |
--- a/sandbox/win/src/sandbox_utils.h |
+++ b/sandbox/win/src/sandbox_utils.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SANDBOX_SRC_SANDBOX_UTILS_H__ |
-#define SANDBOX_SRC_SANDBOX_UTILS_H__ |
+#ifndef SANDBOX_SRC_SANDBOX_UTILS_H_ |
+#define SANDBOX_SRC_SANDBOX_UTILS_H_ |
#include <windows.h> |
#include <string> |
@@ -22,6 +22,6 @@ void InitObjectAttribs(const std::wstring& name, |
OBJECT_ATTRIBUTES* obj_attr, |
UNICODE_STRING* uni_name); |
-}; // namespace sandbox |
+} // namespace sandbox |
-#endif // SANDBOX_SRC_SANDBOX_UTILS_H__ |
+#endif // SANDBOX_SRC_SANDBOX_UTILS_H_ |