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

Unified Diff: components/user_manager/user_image/user_image.cc

Issue 376193002: Move UserImage to user_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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/user_manager/user_image/user_image.cc
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image.cc b/components/user_manager/user_image/user_image.cc
similarity index 95%
rename from chrome/browser/chromeos/login/users/avatar/user_image.cc
rename to components/user_manager/user_image/user_image.cc
index 4613238434df2ff0bc1bac4e17841895d2b036df..67533a77a08a11e64defd01f544b4b7c3a4374f4 100644
--- a/chrome/browser/chromeos/login/users/avatar/user_image.cc
+++ b/components/user_manager/user_image/user_image.cc
@@ -2,13 +2,13 @@
// 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/users/avatar/user_image.h"
+#include "components/user_manager/user_image/user_image.h"
#include "base/debug/trace_event.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/codec/jpeg_codec.h"
-namespace chromeos {
+namespace user_manager {
namespace {
@@ -98,4 +98,4 @@ void UserImage::MarkAsSafe() {
is_safe_format_ = true;
}
-} // namespace chromeos
+} // namespace user_manager
« components/user_manager/DEPS ('K') | « components/user_manager/user_image/user_image.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698