| Index: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| diff --git a/chrome/browser/autofill/autofill_external_delegate_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| similarity index 89%
|
| rename from chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| rename to chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| index 3043f9dd0e01dd483a87bae1b4c27a7bf93bb62a..18624ddb185dbf5f7aa0592093be012057bf6972 100644
|
| --- a/chrome/browser/autofill/autofill_external_delegate_gtk.h
|
| +++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.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 CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
| -#define CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
| +#ifndef CHROME_BROWSER_UI_GTK_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
| +#define CHROME_BROWSER_UI_GTK_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
|
|
| #include <gtk/gtk.h>
|
|
|
| @@ -60,4 +60,4 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegateGtk);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
| +#endif // CHROME_BROWSER_UI_GTK_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_GTK_H_
|
|
|