Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h

Issue 10828259: Move AutofillExternalDelegateGtk to chrome/browser/ui/gtk/autofill, where it belongs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698