Chromium Code Reviews

Unified Diff: chrome/renderer/webplugin_delegate_proxy.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/renderer/renderer_main.cc ('k') | chrome/test/accessibility/accessibility_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webplugin_delegate_proxy.cc
===================================================================
--- chrome/renderer/webplugin_delegate_proxy.cc (revision 15319)
+++ chrome/renderer/webplugin_delegate_proxy.cc (working copy)
@@ -10,6 +10,7 @@
#include <atlbase.h>
#endif
+#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "base/logging.h"
#include "base/ref_counted.h"
@@ -18,7 +19,6 @@
#include "base/gfx/native_widget_types.h"
#include "chrome/app/chrome_dll_resource.h"
#include "chrome/common/gfx/chrome_canvas.h"
-#include "chrome/common/l10n_util.h"
#include "chrome/common/plugin_messages.h"
#include "chrome/common/render_messages.h"
#include "chrome/plugin/npobject_proxy.h"
« no previous file with comments | « chrome/renderer/renderer_main.cc ('k') | chrome/test/accessibility/accessibility_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine