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

Unified Diff: chrome/browser/dom_ui/personal_options_handler.cc

Issue 2819063: Cleanup: Remove unneeded headers from app/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: forward declare Created 10 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/browser/dom_ui/options_ui.cc ('k') | chrome/browser/dom_ui/register_page_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/personal_options_handler.cc
===================================================================
--- chrome/browser/dom_ui/personal_options_handler.cc (revision 53997)
+++ chrome/browser/dom_ui/personal_options_handler.cc (working copy)
@@ -5,7 +5,6 @@
#include "chrome/browser/dom_ui/personal_options_handler.h"
#include "app/l10n_util.h"
-#include "app/resource_bundle.h"
#include "base/basictypes.h"
#include "base/callback.h"
#include "base/path_service.h"
@@ -39,7 +38,7 @@
ProfileSyncService* service = profile->GetProfileSyncService();
DCHECK(localized_strings);
- //Personal Stuff page
+ // Personal Stuff page
localized_strings->SetString(L"sync_section",
l10n_util::GetString(IDS_SYNC_OPTIONS_GROUP_NAME));
localized_strings->SetString(L"sync_not_setup_info",
« no previous file with comments | « chrome/browser/dom_ui/options_ui.cc ('k') | chrome/browser/dom_ui/register_page_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698