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

Unified Diff: chrome/browser/autofill/form_structure.h

Issue 6250088: Cleanup everything but net/ for our first clang plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | chrome/browser/autofill/form_structure.cc » ('j') | webkit/glue/webmenuitem.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure.h
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
index 8a5bafd5c6cf71b4723612ee75601c264ebf0cf9..fbc214e93912b208aacac7559dc39a889f9b8df7 100644
--- a/chrome/browser/autofill/form_structure.h
+++ b/chrome/browser/autofill/form_structure.h
@@ -102,9 +102,7 @@ class FormStructure {
const GURL& source_url() const { return source_url_; }
- virtual std::string server_experiment_id() const {
- return server_experiment_id_;
- }
+ virtual std::string server_experiment_id() const;
bool operator==(const webkit_glue::FormData& form) const;
bool operator!=(const webkit_glue::FormData& form) const;
« no previous file with comments | « no previous file | chrome/browser/autofill/form_structure.cc » ('j') | webkit/glue/webmenuitem.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698