Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1450)

Unified Diff: chrome/browser/ui/omnibox/omnibox_edit_model.h

Issue 10553029: Handle interface to prerenders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remediation to reviews, and unit test improvements. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/omnibox/omnibox_edit_model.h
diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h
index 9ffcbeb7d7eb84d369fab08c6c36bf92cff2961f..7ab90e56d3b0de89fc5bbc46dc84726ce7ffde7a 100644
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
@@ -32,6 +32,10 @@ namespace gfx {
class Rect;
}
+namespace predictors {
+class AutocompleteActionPredictor;
dominich 2012/07/02 20:43:03 not necessary
gavinp 2012/07/03 16:41:02 Done.
+}
+
class OmniboxEditModel : public AutocompleteControllerDelegate {
public:
struct State {

Powered by Google App Engine
This is Rietveld 408576698