diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r-- | chrome/browser/autofill/autofill_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h index 3a68336..750aa75 100644 --- a/chrome/browser/autofill/autofill_manager.h +++ b/chrome/browser/autofill/autofill_manager.h @@ -6,9 +6,9 @@ #define CHROME_BROWSER_AUTOFILL_AUTOFILL_MANAGER_H_ #pragma once -#include <vector> -#include <string> #include <list> +#include <string> +#include <vector> #include "base/gtest_prod_util.h" #include "base/scoped_ptr.h" |