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

Unified Diff: base/base_drag_source.h

Issue 5009: Fix some issues found looking at the code.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « AUTHORS ('k') | base/base_drag_source.cc » ('j') | base/base_drop_target.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_drag_source.h
===================================================================
--- base/base_drag_source.h (revision 2670)
+++ base/base_drag_source.h (working copy)
@@ -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_BASE_DRAG_SOURCE_H__
-#define BASE_BASE_DRAG_SOURCE_H__
+#ifndef BASE_BASE_DRAG_SOURCE_H_
+#define BASE_BASE_DRAG_SOURCE_H_
#include <objidl.h>
@@ -43,5 +43,4 @@
DISALLOW_EVIL_CONSTRUCTORS(BaseDragSource);
};
-#endif // #ifndef BASE_DRAG_SOURCE_H__
-
+#endif // #ifndef BASE_DRAG_SOURCE_H_
« no previous file with comments | « AUTHORS ('k') | base/base_drag_source.cc » ('j') | base/base_drop_target.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698