Index: chrome/common/chrome_content_client_ios.mm |
diff --git a/chrome/common/chrome_content_client_ios.mm b/chrome/common/chrome_content_client_ios.mm |
index cc1f00837cfd4310e7f9e73c314fcbec67420b1f..3c4b66e5ab3bc137e3caa761a36e0ab693f9fb65 100644 |
--- a/chrome/common/chrome_content_client_ios.mm |
+++ b/chrome/common/chrome_content_client_ios.mm |
@@ -11,7 +11,7 @@ |
#include "googleurl/src/gurl.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
-#include "webkit/user_agent/user_agent_util.h" |
+#include "webkit/common/user_agent/user_agent_util.h" |
// TODO(ios): Investigate merging with chrome_content_client.cc; this would |
// requiring either a lot of ifdefing, or spliting the file into parts. |