| 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;
|
|
|