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

Unified Diff: components/image_fetcher/ios/mock_raw_image_fetcher.mm

Issue 2521253002: Move ImageFetcher to its own target. (Closed)
Patch Set: Cleanup Created 4 years, 1 month 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
Index: components/image_fetcher/ios/mock_raw_image_fetcher.mm
diff --git a/components/image_fetcher/ios/mock_raw_image_fetcher.mm b/components/image_fetcher/ios/mock_raw_image_fetcher.mm
new file mode 100644
index 0000000000000000000000000000000000000000..7200b26685dc9bad2edecf2b7fff2afb267a2256
--- /dev/null
+++ b/components/image_fetcher/ios/mock_raw_image_fetcher.mm
@@ -0,0 +1,15 @@
+// Copyright 2015 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.
+
+#import "components/image_fetcher/ios/mock_raw_image_fetcher.h"
+
+namespace image_fetcher {
+
+MockRawImageFetcher::MockRawImageFetcher(
+ const scoped_refptr<base::TaskRunner>& task_runner)
+ : RawImageFetcher(task_runner) {}
+
+MockRawImageFetcher::~MockRawImageFetcher() {}
+
+} // namespace image_fetcher
« no previous file with comments | « components/image_fetcher/ios/mock_raw_image_fetcher.h ('k') | components/image_fetcher/ios/raw_image_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698