Chromium Code Reviews| Index: chrome/browser/ui/omnibox/omnibox_navigation_observer.h |
| =================================================================== |
| --- chrome/browser/ui/omnibox/omnibox_navigation_observer.h (revision 256894) |
| +++ 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,8 @@ |
| 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_; // May be NULL in |
|
Anuj
2014/03/15 00:51:05
May be? I think it should be NULL in incognito.
Peter Kasting
2014/03/17 18:36:44
Done.
|
| + // incognito. |
| scoped_ptr<net::URLFetcher> fetcher_; |
| LoadState load_state_; |
| FetchState fetch_state_; |