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

Unified Diff: chrome/common/web_apps.cc

Issue 6263008: Move ResourceBundle, DataPack to ui/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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/common/net/net_resource_provider.cc ('k') | chrome/default_plugin/plugin_impl_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/web_apps.cc
===================================================================
--- chrome/common/web_apps.cc (revision 72000)
+++ chrome/common/web_apps.cc (working copy)
@@ -8,7 +8,6 @@
#include <vector>
#include "app/l10n_util.h"
-#include "app/resource_bundle.h"
#include "base/json/json_reader.h"
#include "base/string16.h"
#include "base/string_number_conversions.h"
@@ -27,6 +26,7 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNodeList.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h"
+#include "ui/base/resource/resource_bundle.h"
#include "webkit/glue/dom_operations.h"
using WebKit::WebDocument;
« no previous file with comments | « chrome/common/net/net_resource_provider.cc ('k') | chrome/default_plugin/plugin_impl_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698