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

Unified Diff: components/suggestions/image_manager.cc

Issue 649793002: [Suggestions] Headers cleanup for iOS image encoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/suggestions/image_encoder_ios.mm ('k') | components/suggestions/image_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/image_manager.cc
diff --git a/components/suggestions/image_manager.cc b/components/suggestions/image_manager.cc
index 5309e0bb790d05a2ac8e903cbd8d09bba9701be9..6e29ddb29f7535461736a75103f2bfde3f6ca8a2 100644
--- a/components/suggestions/image_manager.cc
+++ b/components/suggestions/image_manager.cc
@@ -5,13 +5,8 @@
#include "components/suggestions/image_manager.h"
#include "base/bind.h"
-#include "components/suggestions/image_fetcher.h"
-
-#if defined(OS_IOS)
-#include "components/suggestions/image_encoder_ios.h"
-#else
#include "components/suggestions/image_encoder.h"
-#endif
+#include "components/suggestions/image_fetcher.h"
using leveldb_proto::ProtoDatabase;
« no previous file with comments | « components/suggestions/image_encoder_ios.mm ('k') | components/suggestions/image_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698