| 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();
|
|
|