diff options
Diffstat (limited to 'chrome/common/web_apps.cc')
-rw-r--r-- | chrome/common/web_apps.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/web_apps.cc b/chrome/common/web_apps.cc index 42badfa..2761396 100644 --- a/chrome/common/web_apps.cc +++ b/chrome/common/web_apps.cc @@ -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; |