| Index: components/autofill/core/browser/autofill_download_url.h
|
| diff --git a/components/autofill/browser/autofill_download_url.h b/components/autofill/core/browser/autofill_download_url.h
|
| similarity index 59%
|
| rename from components/autofill/browser/autofill_download_url.h
|
| rename to components/autofill/core/browser/autofill_download_url.h
|
| index ec892d5b68d25088b0f0acd2f981dcee754f982e..09b8012c4c8c5f2a81e5f7c358f9403e812dcfdd 100644
|
| --- a/components/autofill/browser/autofill_download_url.h
|
| +++ b/components/autofill/core/browser/autofill_download_url.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
| -#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
| +#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
| +#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
|
|
| class GURL;
|
|
|
| @@ -14,5 +14,5 @@ GURL GetAutofillUploadUrl();
|
|
|
| } // namespace autofill
|
|
|
| -#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
| +#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_DOWNLOAD_URL_H_
|
|
|
|
|