summaryrefslogtreecommitdiffstats
path: root/chrome/browser/favicon
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/favicon')
-rw-r--r--chrome/browser/favicon/DEPS2
-rw-r--r--chrome/browser/favicon/favicon_tab_helper.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/favicon/DEPS b/chrome/browser/favicon/DEPS
index a5fd7b5..1c9912b 100644
--- a/chrome/browser/favicon/DEPS
+++ b/chrome/browser/favicon/DEPS
@@ -9,7 +9,7 @@
# Permanently-allowed DEPS beyond the standard Browser
# Components-like DEPS above go here.
- "+chrome/browser/instant/search.h",
+ "+chrome/browser/search/search.h",
"+third_party/skia/include/core/SkBitmap.h",
# TODO(caitkp): Bring this list to zero.
diff --git a/chrome/browser/favicon/favicon_tab_helper.cc b/chrome/browser/favicon/favicon_tab_helper.cc
index 6a9a00c..9163926 100644
--- a/chrome/browser/favicon/favicon_tab_helper.cc
+++ b/chrome/browser/favicon/favicon_tab_helper.cc
@@ -9,8 +9,8 @@
#include "chrome/browser/favicon/favicon_util.h"
#include "chrome/browser/history/history_service.h"
#include "chrome/browser/history/history_service_factory.h"
-#include "chrome/browser/instant/search.h"
#include "chrome/browser/profiles/profile.h"
+#include "chrome/browser/search/search.h"
#include "chrome/common/chrome_constants.h"
#include "chrome/common/chrome_notification_types.h"
#include "content/public/browser/favicon_status.h"