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

Unified Diff: ash/common/system/user/rounded_image_view.cc

Issue 2099793002: mash: Migrate some system user files to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 6 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: ash/common/system/user/rounded_image_view.cc
diff --git a/ash/system/user/rounded_image_view.cc b/ash/common/system/user/rounded_image_view.cc
similarity index 97%
rename from ash/system/user/rounded_image_view.cc
rename to ash/common/system/user/rounded_image_view.cc
index 9c42a2c1e28d2534844a339e0b6a2e143de5b6ff..7496cb51dce5b22a55293ab003b3a1435e3d1c86 100644
--- a/ash/system/user/rounded_image_view.cc
+++ b/ash/common/system/user/rounded_image_view.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 "ash/system/user/rounded_image_view.h"
+#include "ash/common/system/user/rounded_image_view.h"
#include "skia/ext/image_operations.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "third_party/skia/include/core/SkPath.h"

Powered by Google App Engine
This is Rietveld 408576698