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

Unified Diff: components/autofill/browser/autofill_external_delegate.h

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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: components/autofill/browser/autofill_external_delegate.h
diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/components/autofill/browser/autofill_external_delegate.h
similarity index 95%
rename from chrome/browser/autofill/autofill_external_delegate.h
rename to components/autofill/browser/autofill_external_delegate.h
index 7f41694a11f1ddd82f64fb77ce03ca3706cb11c3..48a523688e2a1bcddff76a0d0e946c2360860b3e 100644
--- a/chrome/browser/autofill/autofill_external_delegate.h
+++ b/components/autofill/browser/autofill_external_delegate.h
@@ -2,16 +2,16 @@
// 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_H_
-#define CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_H_
+#ifndef COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
+#define COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_
#include <vector>
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
#include "base/string16.h"
-#include "chrome/browser/autofill/autofill_popup_delegate.h"
-#include "chrome/browser/autofill/password_autofill_manager.h"
+#include "components/autofill/browser/autofill_popup_delegate.h"
+#include "components/autofill/browser/password_autofill_manager.h"
#include "components/autofill/common/form_data.h"
#include "components/autofill/common/form_field_data.h"
#include "components/autofill/common/password_form_fill_data.h"
@@ -186,4 +186,4 @@ class AutofillExternalDelegate
DISALLOW_COPY_AND_ASSIGN(AutofillExternalDelegate);
};
-#endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_EXTERNAL_DELEGATE_H_
+#endif // COMPONENTS_AUTOFILL_BROWSER_AUTOFILL_EXTERNAL_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698