Index: tools/clang/plugins/tests/inline_ctor.h |
diff --git a/tools/clang/plugins/tests/inline_ctor.h b/tools/clang/plugins/tests/inline_ctor.h |
index ce2685e7d8a2734b2c6303b00574c3cadfca3c8b..d053b2f57d6acdfdfa14227967e6b88e9edfe87a 100644 |
--- a/tools/clang/plugins/tests/inline_ctor.h |
+++ b/tools/clang/plugins/tests/inline_ctor.h |
@@ -1,9 +1,9 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 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 INCLINE_CTOR_H_ |
-#define INCLINE_CTOR_H_ |
+#ifndef INLINE_CTOR_H_ |
Nico
2012/04/13 22:40:55
:-)
|
+#define INLINE_CTOR_H_ |
#include <string> |
#include <vector> |
@@ -18,4 +18,4 @@ class InlineCtorsArentOKInHeader { |
std::vector<std::string> two_; |
}; |
-#endif // INCLINE_CTOR_H_ |
+#endif // INLINE_CTOR_H_ |