Chromium Code Reviews

Unified Diff: app/resource_bundle_win.cc

Issue 5992006: Move data pack from base to app (it's just part of the resource bundle system... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « app/resource_bundle_posix.cc ('k') | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle_win.cc
===================================================================
--- app/resource_bundle_win.cc (revision 69975)
+++ app/resource_bundle_win.cc (working copy)
@@ -7,8 +7,8 @@
#include <atlbase.h>
#include "app/app_paths.h"
+#include "app/data_pack.h"
#include "app/l10n_util.h"
-#include "base/data_pack.h"
#include "base/debug_util.h"
#include "base/debug/stack_trace.h"
#include "base/file_util.h"
« no previous file with comments | « app/resource_bundle_posix.cc ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine