Chromium Code Reviews| Index: chrome/browser/autocomplete/autocomplete_edit_view.h |
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view.h b/chrome/browser/autocomplete/autocomplete_edit_view.h |
| index 20546995b026e67a439b283f5a6bcd7245648a6b..f53e0326c27aa6de4cf80053a586c80cecffc689 100644 |
| --- a/chrome/browser/autocomplete/autocomplete_edit_view.h |
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -33,6 +33,7 @@ class View; |
| class AutocompleteEditView { |
| public: |
| + |
|
Peter Kasting
2011/05/03 18:04:24
Nit: Don't add this. This file should just be rev
sky
2011/05/03 18:38:32
No newline here.
SteveT
2011/05/06 18:48:43
Done - reverting as per Peter's suggestion.
SteveT
2011/05/06 18:48:43
Done.
|
| // Used by the automation system for getting at the model from the view. |
| virtual AutocompleteEditModel* model() = 0; |
| virtual const AutocompleteEditModel* model() const = 0; |