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

Unified Diff: components/autofill/core/common/web_element_descriptor.h

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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/core/common/web_element_descriptor.h
diff --git a/components/autofill/common/web_element_descriptor.h b/components/autofill/core/common/web_element_descriptor.h
similarity index 73%
rename from components/autofill/common/web_element_descriptor.h
rename to components/autofill/core/common/web_element_descriptor.h
index 0e0aabf43febf337c837cf4c03d5fa7bf0bb70ad..2c375aa1c1b94ff8450db73b0205725bf43ab499 100644
--- a/components/autofill/common/web_element_descriptor.h
+++ b/components/autofill/core/common/web_element_descriptor.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_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
-#define COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
+#ifndef COMPONENTS_AUTOFILL_CORE_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
+#define COMPONENTS_AUTOFILL_CORE_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
#include <string>
@@ -28,4 +28,4 @@ struct WebElementDescriptor {
} // namespace autofill
-#endif // COMPONENTS_AUTOFILL_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
+#endif // COMPONENTS_AUTOFILL_CORE_COMMON_WEB_ELEMENT_DESCRIPTOR_H_
« no previous file with comments | « components/autofill/core/common/password_generation_util.cc ('k') | components/autofill/core/common/web_element_descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698