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

Unified Diff: chrome/common/l10n_util.cc

Issue 28127: Remove unnecessary include. Also add copyright to the new files. (Closed)
Patch Set: Created 11 years, 10 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 | « no previous file | chrome/common/l10n_util_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/l10n_util.cc
diff --git a/chrome/common/l10n_util.cc b/chrome/common/l10n_util.cc
index 9fcee98030234fd537b43c034cbd3d99fcbce7fa..7c30e51b8a346fc69194664d96eae97fd14f1a7f 100644
--- a/chrome/common/l10n_util.cc
+++ b/chrome/common/l10n_util.cc
@@ -22,9 +22,6 @@
// TODO(port): re-enable.
#include "chrome/common/resource_bundle.h"
#endif
-#if defined(OS_WIN)
-#include "chrome/views/view.h"
-#endif // defined(OS_WIN)
// TODO(playmobil): remove this undef once SkPostConfig.h is fixed.
// skia/include/corecg/SkPostConfig.h #defines strcasecmp() so we can't use
« no previous file with comments | « no previous file | chrome/common/l10n_util_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698