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

Unified Diff: chrome/browser/image_decoder.cc

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/image_decoder.h ('k') | chrome/browser/profiles/profile_downloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/image_decoder.cc
diff --git a/chrome/browser/chromeos/login/image_decoder.cc b/chrome/browser/image_decoder.cc
similarity index 95%
rename from chrome/browser/chromeos/login/image_decoder.cc
rename to chrome/browser/image_decoder.cc
index 87671c2b17d0841c2d69108edd747cfd18ed84d5..3fb7aa8d1f41a07d41c5995860794d9f5b558294 100644
--- a/chrome/browser/chromeos/login/image_decoder.cc
+++ b/chrome/browser/image_decoder.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/login/image_decoder.h"
+#include "chrome/browser/image_decoder.h"
#include "base/bind.h"
#include "chrome/browser/browser_process.h"
@@ -11,8 +11,6 @@
using content::BrowserThread;
-namespace chromeos {
-
ImageDecoder::ImageDecoder(Delegate* delegate,
const std::string& image_data)
: delegate_(delegate),
@@ -64,5 +62,3 @@ void ImageDecoder::DecodeImageInSandbox(
target_thread_id_);
utility_process_host->Send(new ChromeUtilityMsg_DecodeImage(image_data));
}
-
-} // namespace chromeos
« no previous file with comments | « chrome/browser/image_decoder.h ('k') | chrome/browser/profiles/profile_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698