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; |