Index: chrome/renderer/autofill/password_generation_manager.cc |
=================================================================== |
--- chrome/renderer/autofill/password_generation_manager.cc (revision 175802) |
+++ chrome/renderer/autofill/password_generation_manager.cc (working copy) |
@@ -10,9 +10,9 @@ |
#include "content/public/renderer/password_form_conversion_utils.h" |
#include "content/public/renderer/render_view.h" |
#include "google_apis/gaia/gaia_urls.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebCString.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebRect.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebRect.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |