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

Side by Side Diff: components/image_fetcher/ios/ios_image_decoder_impl.h

Issue 2761303002: Move common ImageFetcher component files to core/ (Closed)
Patch Set: Rebased. Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_ 5 #ifndef COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_
6 #define COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_ 6 #define COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "components/image_fetcher/image_decoder.h" 9 #include "components/image_fetcher/core/image_decoder.h"
10 10
11 namespace base { 11 namespace base {
12 class TaskRunner; 12 class TaskRunner;
13 } 13 }
14 14
15 namespace image_fetcher { 15 namespace image_fetcher {
16 16
17 // Factory for iOS specific implementation of ImageDecoder. 17 // Factory for iOS specific implementation of ImageDecoder.
18 std::unique_ptr<ImageDecoder> CreateIOSImageDecoder( 18 std::unique_ptr<ImageDecoder> CreateIOSImageDecoder(
19 scoped_refptr<base::TaskRunner> task_runner); 19 scoped_refptr<base::TaskRunner> task_runner);
20 20
21 } // namespace image_fetcher 21 } // namespace image_fetcher
22 22
23 #endif // COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_ 23 #endif // COMPONENTS_IMAGE_FETCHER_IOS_IMAGE_DECODER_IMPL_H_
OLDNEW
« no previous file with comments | « components/image_fetcher/ios/ios_image_data_fetcher_wrapper.h ('k') | components/image_fetcher/request_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698