Index: chrome/renderer/web_apps.cc |
diff --git a/chrome/renderer/web_apps.cc b/chrome/renderer/web_apps.cc |
index 4dfe6fcc6145215f0e081ade8d7f3a1e4b79572d..7324a4446c2713a0bfd06e5302ff33bbf0c67f96 100644 |
--- a/chrome/renderer/web_apps.cc |
+++ b/chrome/renderer/web_apps.cc |
@@ -4,6 +4,8 @@ |
#include "chrome/renderer/web_apps.h" |
+#include <stddef.h> |
+ |
#include <string> |
#include <vector> |
@@ -15,6 +17,7 @@ |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/values.h" |
+#include "build/build_config.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/web_application_info.h" |
#include "third_party/WebKit/public/platform/WebString.h" |