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

Unified Diff: components/autofill/common/web_element_descriptor.cc

Issue 12543010: Establish components/autofill and move some files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « components/autofill/common/web_element_descriptor.h ('k') | components/components.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/web_element_descriptor.cc
diff --git a/chrome/common/autofill/web_element_descriptor.cc b/components/autofill/common/web_element_descriptor.cc
similarity index 80%
rename from chrome/common/autofill/web_element_descriptor.cc
rename to components/autofill/common/web_element_descriptor.cc
index ad757d7c1476e34aa803ae0cf3b3d5231481f6d2..8b897b81009b1bdf9bdc7d0ecf2120bd8455f052 100644
--- a/chrome/common/autofill/web_element_descriptor.cc
+++ b/components/autofill/common/web_element_descriptor.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 "chrome/common/autofill/web_element_descriptor.h"
+#include "components/autofill/common/web_element_descriptor.h"
autofill::WebElementDescriptor::WebElementDescriptor()
: retrieval_method(NONE) {}
« no previous file with comments | « components/autofill/common/web_element_descriptor.h ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698