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

Unified Diff: base/base_drag_source.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 | « no previous file | base/base_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_drag_source.h
diff --git a/base/base_drag_source.h b/base/base_drag_source.h
index 1ca96dda5770318b2b84403501fbe88baa4ae02f..dea89aff0228813a8806237d34f57dfe6d49558d 100644
--- a/base/base_drag_source.h
+++ b/base/base_drag_source.h
@@ -43,4 +43,4 @@ class BaseDragSource : public IDropSource {
DISALLOW_EVIL_CONSTRUCTORS(BaseDragSource);
};
-#endif // #ifndef BASE_DRAG_SOURCE_H_
+#endif // BASE_BASE_DRAG_SOURCE_H_
« no previous file with comments | « no previous file | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698