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

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

Issue 200493006: Move the ShortcutsBackend from history to autocomplete so that it can fully (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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_navigation_observer.h
===================================================================
--- chrome/browser/ui/omnibox/omnibox_navigation_observer.h (revision 257281)
+++ chrome/browser/ui/omnibox/omnibox_navigation_observer.h (working copy)
@@ -15,9 +15,7 @@
#include "content/public/browser/web_contents_observer.h"
#include "net/url_request/url_fetcher_delegate.h"
-namespace history {
class ShortcutsBackend;
-}
namespace net {
class URLFetcher;
@@ -97,8 +95,7 @@
const base::string16 text_;
const AutocompleteMatch match_;
const AutocompleteMatch alternate_nav_match_;
- scoped_refptr<history::ShortcutsBackend> shortcuts_backend_; // May be NULL
- // in incognito.
+ scoped_refptr<ShortcutsBackend> shortcuts_backend_; // NULL in incognito.
scoped_ptr<net::URLFetcher> fetcher_;
LoadState load_state_;
FetchState fetch_state_;
« no previous file with comments | « chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc ('k') | chrome/browser/ui/omnibox/omnibox_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698