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

Unified Diff: base/thread_collision_warner.h

Issue 42278: Fix incorrect guards in base/. (Closed)
Patch Set: Created 11 years, 9 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
« no previous file with comments | « base/scoped_clipboard_writer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread_collision_warner.h
diff --git a/base/thread_collision_warner.h b/base/thread_collision_warner.h
index ed757320df7e0a2f11819c7f8f7833d5e295d3c1..509ee5d2695435a31ccd0633dfcd01d1b22eb157 100644
--- a/base/thread_collision_warner.h
+++ b/base/thread_collision_warner.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 THREAD_COLLISION_WARNER_H_
-#define THREAD_COLLISION_WARNER_H_
+#ifndef BASE_THREAD_COLLISION_WARNER_H_
+#define BASE_THREAD_COLLISION_WARNER_H_
#include <memory>
@@ -239,4 +239,4 @@ class ThreadCollisionWarner {
} // namespace base
-#endif // THREAD_COLLISION_WARNER_H_
+#endif // BASE_THREAD_COLLISION_WARNER_H_
« no previous file with comments | « base/scoped_clipboard_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698