Index: chrome_frame/test/delete_chrome_history_test.cc |
diff --git a/chrome_frame/test/delete_chrome_history_test.cc b/chrome_frame/test/delete_chrome_history_test.cc |
index 69e3a5a59338a6d95dd1d70569b04ecf50441e95..653a68cd60acb2f507b14f6ac32f9fd09da643d2 100644 |
--- a/chrome_frame/test/delete_chrome_history_test.cc |
+++ b/chrome_frame/test/delete_chrome_history_test.cc |
@@ -7,8 +7,8 @@ |
#include "base/rand_util.h" |
#include "chrome/browser/webdata/autofill_table.h" |
#include "chrome/browser/webdata/web_database.h" |
+#include "chrome/browser/webdata/webdata_constants.h" |
#include "chrome/common/url_constants.h" |
-#include "chrome/common/chrome_constants.h" |
#include "chrome_frame/test/mock_ie_event_sink_actions.h" |
#include "chrome_frame/test/mock_ie_event_sink_test.h" |
@@ -100,7 +100,7 @@ ACTION_P2(ExpectFormValuesForElementNameMatch, element_name, matcher) { |
base::FilePath root_path; |
GetChromeFrameProfilePath(kIexploreProfileName, &root_path); |
base::FilePath profile_path( |
- root_path.Append(L"Default").Append(chrome::kWebDataFilename)); |
+ root_path.Append(L"Default").Append(kWebDataFilename)); |
AutofillTable autofill_table; |
WebDatabase web_database; |