Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: tools/clang/plugins/tests/inline_ctor.h

Issue 10005022: Check for public dtors on base::RefCounted types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now with moar flags Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698