Chromium Code Reviews

Unified Diff: chrome/browser/views/new_profile_dialog.cc

Issue 109043: Move l10n_util to app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/login_view.cc ('k') | chrome/browser/views/options/advanced_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/new_profile_dialog.cc
===================================================================
--- chrome/browser/views/new_profile_dialog.cc (revision 15319)
+++ chrome/browser/views/new_profile_dialog.cc (working copy)
@@ -6,10 +6,10 @@
#include <string>
+#include "app/l10n_util.h"
#include "base/logging.h"
#include "base/file_util.h"
#include "chrome/browser/user_data_manager.h"
-#include "chrome/common/l10n_util.h"
#include "chrome/common/message_box_flags.h"
#include "chrome/views/controls/message_box_view.h"
#include "chrome/views/controls/text_field.h"
« no previous file with comments | « chrome/browser/views/login_view.cc ('k') | chrome/browser/views/options/advanced_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine