diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 15:46:17 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 15:46:17 +0000 |
commit | d58ff5c8d75333d57b195a67d8241e5767335248 (patch) | |
tree | 33e28a499e3164f1422b41d869ff4843b5d7fb73 /chrome/browser/autocomplete | |
parent | fba3328062887d79199dbef105aa5e97d29df2b7 (diff) | |
download | chromium_src-d58ff5c8d75333d57b195a67d8241e5767335248.zip chromium_src-d58ff5c8d75333d57b195a67d8241e5767335248.tar.gz chromium_src-d58ff5c8d75333d57b195a67d8241e5767335248.tar.bz2 |
Fix header guard
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_popup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup.h b/chrome/browser/autocomplete/autocomplete_popup.h index a816291..556ea49 100644 --- a/chrome/browser/autocomplete/autocomplete_popup.h +++ b/chrome/browser/autocomplete/autocomplete_popup.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_AUTOCOMPLETE_POPUP_H__ -#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_POPUP_H__ +#ifndef CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_POPUP_H_ +#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_POPUP_H_ #include <atlbase.h> #include <atlapp.h> @@ -398,5 +398,5 @@ class AutocompletePopup scoped_ptr<MirroringContext> mirroring_context_; }; -#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_POPUP_H__ +#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_POPUP_H_ |