diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 20:50:51 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-30 20:50:51 +0000 |
commit | c7f4b627c4dde3c801649e28eea82e581797590c (patch) | |
tree | b1044b55a28089f8eaaa529355413fa02e0494a2 /base/base_drag_source.h | |
parent | 777c7bff9d40214069752a8ca91ade106a60536b (diff) | |
download | chromium_src-c7f4b627c4dde3c801649e28eea82e581797590c.zip chromium_src-c7f4b627c4dde3c801649e28eea82e581797590c.tar.gz chromium_src-c7f4b627c4dde3c801649e28eea82e581797590c.tar.bz2 |
Fix some issues found looking at the code.
Patch from Gaetano Mendola <mendola@gmail.com>
Original review: http://codereview.chromium.org/4273
I added some additions on my part and two unit test fix due to the added DCHECK. Reduced atl header inclusion.
Review URL: http://codereview.chromium.org/5009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_drag_source.h')
-rw-r--r-- | base/base_drag_source.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/base/base_drag_source.h b/base/base_drag_source.h index d5f224b..1ca96dd 100644 --- a/base/base_drag_source.h +++ b/base/base_drag_source.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_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 @@ class BaseDragSource : public IDropSource { DISALLOW_EVIL_CONSTRUCTORS(BaseDragSource); }; -#endif // #ifndef BASE_DRAG_SOURCE_H__ - +#endif // #ifndef BASE_DRAG_SOURCE_H_ |