diff options
Diffstat (limited to 'chrome/browser/autocomplete/edit_drop_target.h')
-rw-r--r-- | chrome/browser/autocomplete/edit_drop_target.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/edit_drop_target.h b/chrome/browser/autocomplete/edit_drop_target.h index 0d0a12d..354843e 100644 --- a/chrome/browser/autocomplete/edit_drop_target.h +++ b/chrome/browser/autocomplete/edit_drop_target.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 CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__ -#define CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__ +#ifndef CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_ +#define CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_ #include "base/base_drop_target.h" @@ -55,5 +55,5 @@ class EditDropTarget : public BaseDropTarget { DISALLOW_EVIL_CONSTRUCTORS(EditDropTarget); }; -#endif // CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__ +#endif // CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_ |