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

Unified Diff: chrome/browser/image_decoder.h

Issue 8510069: Make ProfileImageDownloader available to non-chromeos code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 9 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
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.cc ('k') | chrome/browser/image_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/image_decoder.h
diff --git a/chrome/browser/chromeos/login/image_decoder.h b/chrome/browser/image_decoder.h
similarity index 88%
rename from chrome/browser/chromeos/login/image_decoder.h
rename to chrome/browser/image_decoder.h
index c60f248b58de5cd5de3becc82af047129b201bc2..ec90d01d40ee34de387614ac383750dfb0c71d1c 100644
--- a/chrome/browser/chromeos/login/image_decoder.h
+++ b/chrome/browser/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 CHROME_BROWSER_CHROMEOS_LOGIN_IMAGE_DECODER_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_IMAGE_DECODER_H_
+#ifndef CHROME_BROWSER_IMAGE_DECODER_H_
+#define CHROME_BROWSER_IMAGE_DECODER_H_
#pragma once
#include <string>
@@ -13,8 +13,6 @@
class SkBitmap;
-namespace chromeos {
-
// Decodes an image in a sandboxed process.
class ImageDecoder : public UtilityProcessHost::Client {
public:
@@ -61,6 +59,4 @@ class ImageDecoder : public UtilityProcessHost::Client {
DISALLOW_COPY_AND_ASSIGN(ImageDecoder);
};
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_IMAGE_DECODER_H_
+#endif // CHROME_BROWSER_IMAGE_DECODER_H_
« no previous file with comments | « chrome/browser/chromeos/login/user_manager.cc ('k') | chrome/browser/image_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698