Index: chrome/browser/ui/views/external_tab_container_win.cc |
diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc |
index 2175d55c6a5d0fae7e07534877865fea865447ee..5d81c23a9de51046db915d0f8c591f610986ee02 100644 |
--- a/chrome/browser/ui/views/external_tab_container_win.cc |
+++ b/chrome/browser/ui/views/external_tab_container_win.cc |
@@ -66,9 +66,9 @@ |
#include "content/public/common/ssl_status.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebReferrerPolicy.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
+#include "third_party/WebKit/public/platform/WebCString.h" |
+#include "third_party/WebKit/public/platform/WebReferrerPolicy.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityPolicy.h" |
#include "ui/base/events/event_utils.h" |
#include "ui/base/l10n/l10n_util.h" |