diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 14:24:43 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-27 14:24:43 +0000 |
commit | dd81698604d2dfe01793efbf9c3e434a423fde8f (patch) | |
tree | 3874986eb3508d0af59c088362d70a86464c8db7 /chrome/browser/autocomplete | |
parent | 75592407d82e2e9ce5cdf118b0f7e523461213c9 (diff) | |
download | chromium_src-dd81698604d2dfe01793efbf9c3e434a423fde8f.zip chromium_src-dd81698604d2dfe01793efbf9c3e434a423fde8f.tar.gz chromium_src-dd81698604d2dfe01793efbf9c3e434a423fde8f.tar.bz2 |
Fix header guard
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h index 0e0a761..d7fd130 100644 --- a/chrome/browser/autocomplete/autocomplete.h +++ b/chrome/browser/autocomplete/autocomplete.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_H__ -#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_H__ +#ifndef CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_H_ +#define CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_H_ #include <map> #include <string> @@ -776,5 +776,5 @@ struct AutocompleteLog { const AutocompleteResult& result; }; -#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_H__ +#endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_H_ |