| Index: components/autofill/content/renderer/password_generation_manager.cc
|
| diff --git a/components/autofill/renderer/password_generation_manager.cc b/components/autofill/content/renderer/password_generation_manager.cc
|
| similarity index 99%
|
| rename from components/autofill/renderer/password_generation_manager.cc
|
| rename to components/autofill/content/renderer/password_generation_manager.cc
|
| index 7ba2cde3caefea3d719aa3b057cedbe04e91901c..f3d3edfcbbff6d68f42151a2d1c46520d1972d39 100644
|
| --- a/components/autofill/renderer/password_generation_manager.cc
|
| +++ b/components/autofill/content/renderer/password_generation_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autofill/renderer/password_generation_manager.h"
|
| +#include "components/autofill/content/renderer/password_generation_manager.h"
|
|
|
| #include "base/logging.h"
|
| #include "components/autofill/common/autofill_messages.h"
|
| @@ -10,15 +10,15 @@
|
| #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/public/platform/WebCString.h"
|
| -#include "third_party/WebKit/public/platform/WebRect.h"
|
| -#include "third_party/WebKit/public/platform/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"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebInputElement.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h"
|
| +#include "third_party/WebKit/public/platform/WebCString.h"
|
| +#include "third_party/WebKit/public/platform/WebRect.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| namespace autofill {
|
|
|