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

Unified Diff: chrome/browser/chromeos/login/users/avatar/default_user_images.cc

Issue 400973002: Move default user profile images strings and resources out of src/chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: split 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/webui/options/chromeos/user_image_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/users/avatar/default_user_images.cc
diff --git a/chrome/browser/chromeos/login/users/avatar/default_user_images.cc b/chrome/browser/chromeos/login/users/avatar/default_user_images.cc
index 2babbbd2dabdf5fbc5ee293af48e5ddf90e0345a..31ab4d739ea654a6f0c99b9d9443b778ac3d807d 100644
--- a/chrome/browser/chromeos/login/users/avatar/default_user_images.cc
+++ b/chrome/browser/chromeos/login/users/avatar/default_user_images.cc
@@ -11,8 +11,8 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/sys_info.h"
-#include "grit/generated_resources.h"
-#include "grit/theme_resources.h"
+#include "grit/ui_chromeos_resources.h"
+#include "grit/ui_chromeos_strings.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/image/image_skia.h"
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/webui/options/chromeos/user_image_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698