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

Unified Diff: base/scoped_handle.h

Issue 11236: Fix the include guards for scoped_handle (Closed)
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « no previous file | base/scoped_handle_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_handle.h
diff --git a/base/scoped_handle.h b/base/scoped_handle.h
index 616a37d4d988b8e3beedc7f8b034ab85485b0d12..02a907d476c6fcccb051fc3ec2957c4fa6ee2fce 100644
--- a/base/scoped_handle.h
+++ b/base/scoped_handle.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_SCOPED_HANDLE_FIXME_H__
-#define BASE_SCOPED_HANDLE_FIXME_H__
+#ifndef BASE_SCOPED_HANDLE_H__
+#define BASE_SCOPED_HANDLE_H__
#include "base/basictypes.h"
@@ -49,4 +49,4 @@ class ScopedStdioHandle {
DISALLOW_EVIL_CONSTRUCTORS(ScopedStdioHandle);
};
-#endif // BASE_SCOPED_HANDLE_FIXME_H__
+#endif // BASE_SCOPED_HANDLE_H__
« no previous file with comments | « no previous file | base/scoped_handle_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698