OSDN Git Service

Merge Chromium at r11.0.696.0: Compile fix, update include location
authorKristian Monsen <kristianm@google.com>
Thu, 30 Jun 2011 12:40:43 +0000 (13:40 +0100)
committerKristian Monsen <kristianm@google.com>
Thu, 30 Jun 2011 12:40:43 +0000 (13:40 +0100)
chrome/browser/tab_contents/tab_contents.h has moved to
content/browser/tab_contents/tab_contents.h

Change-Id: I899af0a4895f0d6a30850c65c22fbc67c7bedd88

Source/WebKit/android/WebCoreSupport/ChromiumIncludes.h

index 1636405..670b307 100644 (file)
@@ -91,7 +91,7 @@
 #include <base/utf_string_conversions.h>
 #include <chrome/browser/autofill/autofill_host.h>
 #include <chrome/browser/profiles/profile.h>
-#include <chrome/browser/tab_contents/tab_contents.h>
+#include <content/browser/tab_contents/tab_contents.h>
 #include <webkit/glue/form_data.h>
 #endif