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

Unified Diff: components/image_fetcher/core/image_decoder.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 side-by-side diff with in-line comments
Download patch
Index: components/image_fetcher/core/image_decoder.h
diff --git a/components/image_fetcher/image_decoder.h b/components/image_fetcher/core/image_decoder.h
similarity index 89%
rename from components/image_fetcher/image_decoder.h
rename to components/image_fetcher/core/image_decoder.h
index b5589f17b4a9b69cfa80cc45a0c89466567867aa..5f03db12d4c4c268fd055205b6f3f95d4271398b 100644
--- a/components/image_fetcher/image_decoder.h
+++ b/components/image_fetcher/core/image_decoder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_IMAGE_FETCHER_IMAGE_DECODER_H_
-#define COMPONENTS_IMAGE_FETCHER_IMAGE_DECODER_H_
+#ifndef COMPONENTS_IMAGE_FETCHER_CORE_IMAGE_DECODER_H_
+#define COMPONENTS_IMAGE_FETCHER_CORE_IMAGE_DECODER_H_
#include <string>
@@ -43,4 +43,4 @@ class ImageDecoder {
} // namespace image_fetcher
-#endif // COMPONENTS_IMAGE_FETCHER_IMAGE_DECODER_H_
+#endif // COMPONENTS_IMAGE_FETCHER_CORE_IMAGE_DECODER_H_
« no previous file with comments | « components/image_fetcher/core/image_data_fetcher_unittest.cc ('k') | components/image_fetcher/core/image_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698