Index: chrome/browser/profiles/profile_dependency_manager.cc |
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc |
index daeb2fc9709862705e91303f2ed8d487006fbf9d..7abb84272e843b7cc4b71199c8ff9133717051af 100644 |
--- a/chrome/browser/profiles/profile_dependency_manager.cc |
+++ b/chrome/browser/profiles/profile_dependency_manager.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+// Copyright 2013 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -57,6 +57,7 @@ |
#include "chrome/browser/google/google_url_tracker_factory.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/history/shortcuts_backend_factory.h" |
+#include "chrome/browser/instant/instant_service_factory.h" |
#include "chrome/browser/media_galleries/media_galleries_preferences_factory.h" |
#include "chrome/browser/notifications/desktop_notification_service_factory.h" |
#if !defined(OS_ANDROID) |
@@ -331,6 +332,7 @@ void ProfileDependencyManager::AssertFactoriesBuilt() { |
GlobalErrorServiceFactory::GetInstance(); |
GoogleURLTrackerFactory::GetInstance(); |
HistoryServiceFactory::GetInstance(); |
+ InstantServiceFactory::GetInstance(); |
#if !defined(OS_ANDROID) |
notifier::ChromeNotifierServiceFactory::GetInstance(); |
#endif |