From 6c85aa0142643695b48b76e6f1e02f58d191e712 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Fri, 27 Feb 2009 12:08:09 +0000 Subject: Misc formatting / cleanup in the autocomplete code. - Reformat / reword some comments. - Update include guards to the new style. - Remove trailing blank lines from end of files. - Clean up some includes. - Pull the CompareQuality functor into the implementation. - Pull kQueryDelayMs into the implementation. Review URL: http://codereview.chromium.org/27206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10603 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autocomplete/autocomplete_edit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 chrome/browser/autocomplete/autocomplete_edit.h (limited to 'chrome/browser/autocomplete/autocomplete_edit.h') diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h old mode 100755 new mode 100644 index 5fd07d9..d343e91 --- a/chrome/browser/autocomplete/autocomplete_edit.h +++ b/chrome/browser/autocomplete/autocomplete_edit.h @@ -10,7 +10,7 @@ #include #include #include -#include // For ITextDocument, a COM interface to CRichEditCtrl +#include // For ITextDocument, a COM interface to CRichEditCtrl. #include "base/scoped_ptr.h" #include "chrome/browser/autocomplete/autocomplete.h" @@ -920,4 +920,3 @@ struct AutocompleteEditState { }; #endif // CHROME_BROWSER_AUTOCOMPLETE_AUTOCOMPLETE_EDIT_H_ - -- cgit v1.1