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

Unified Diff: chrome_frame/test/delete_chrome_history_test.cc

Issue 12770011: Remove a few chrome dependencies of c/b/webdata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win compiling Created 7 years, 9 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 | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/common/chrome_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698