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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 9610006: Refactoring, moving and renaming the NetworkActionPredictor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index f22ee873ddae6ccf09cf99d1e9e34cafd53d97d3..174ce2a05c3b31a4dfd9eb9ef3fa44a32ab0ecd2 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -16,7 +16,6 @@
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/autocomplete/autocomplete_classifier.h"
-#include "chrome/browser/autocomplete/network_action_predictor.h"
#include "chrome/browser/autofill/personal_data_manager.h"
#include "chrome/browser/background/background_contents_service_factory.h"
#include "chrome/browser/background/background_mode_manager.h"
@@ -563,7 +562,7 @@ ProfileImpl::~ProfileImpl() {
if (session_restore_enabled_)
BrowserContext::SaveSessionState(this);
} else if (clear_local_state_on_exit_) {
- BrowserContext::ClearLocalOnDestruction(this);
+ BrowserContext::ClearLocalOnDestruction(this);
}
StopCreateSessionServiceTimer();

Powered by Google App Engine
This is Rietveld 408576698