summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 19:11:48 +0000
committerkaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-12 19:11:48 +0000
commite217c563ed3adcee9d4fd6135b260e8084c12401 (patch)
tree11191824d2cc61047e51ec89454a0f1d8c58d852 /chrome_frame
parent120e89bba3abf6f96d1bad59ac1dc9c68be26b2e (diff)
downloadchromium_src-e217c563ed3adcee9d4fd6135b260e8084c12401.zip
chromium_src-e217c563ed3adcee9d4fd6135b260e8084c12401.tar.gz
chromium_src-e217c563ed3adcee9d4fd6135b260e8084c12401.tar.bz2
Put autofill code into namepspace autofill Step 2
Move all code in components/autofill into autofill namespace. BUG=140037, 165534 TBR=ben@chromium.org (only namespace change) Review URL: https://chromiumcodereview.appspot.com/14089006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/delete_chrome_history_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/delete_chrome_history_test.cc b/chrome_frame/test/delete_chrome_history_test.cc
index 32fa5aa..38830f3 100644
--- a/chrome_frame/test/delete_chrome_history_test.cc
+++ b/chrome_frame/test/delete_chrome_history_test.cc
@@ -102,7 +102,7 @@ ACTION_P2(ExpectFormValuesForElementNameMatch, element_name, matcher) {
base::FilePath profile_path(
root_path.Append(L"Default").Append(kWebDataFilename));
- AutofillTable autofill_table("en-US");
+ autofill::AutofillTable autofill_table("en-US");
WebDatabase web_database;
web_database.AddTable(&autofill_table);
sql::InitStatus init_status = web_database.Init(profile_path);