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

Unified Diff: components/favicon/core/favicon_handler.cc

Issue 1021223002: Remove //components/favicon/core/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « components/favicon/core/favicon_handler.h ('k') | components/favicon/core/favicon_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/favicon_handler.cc
diff --git a/components/favicon/core/browser/favicon_handler.cc b/components/favicon/core/favicon_handler.cc
similarity index 99%
rename from components/favicon/core/browser/favicon_handler.cc
rename to components/favicon/core/favicon_handler.cc
index 66597794942b6e4d0e30ef8d2f080f8c19070fb4..641b0f10d207323a855905bb18d9e040aa535fb9 100644
--- a/components/favicon/core/browser/favicon_handler.cc
+++ b/components/favicon/core/favicon_handler.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/favicon/core/browser/favicon_handler.h"
+#include "components/favicon/core/favicon_handler.h"
#include <algorithm>
#include <cmath>
@@ -12,9 +12,9 @@
#include "base/bind_helpers.h"
#include "base/memory/ref_counted_memory.h"
#include "build/build_config.h"
-#include "components/favicon/core/browser/favicon_client.h"
-#include "components/favicon/core/browser/favicon_service.h"
+#include "components/favicon/core/favicon_client.h"
#include "components/favicon/core/favicon_driver.h"
+#include "components/favicon/core/favicon_service.h"
#include "components/favicon_base/favicon_util.h"
#include "components/favicon_base/select_favicon_frames.h"
#include "skia/ext/image_operations.h"
« no previous file with comments | « components/favicon/core/favicon_handler.h ('k') | components/favicon/core/favicon_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698