summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/autocomplete/autocomplete.h6
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_