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

Unified Diff: chrome/browser/collected_cookies_browsertest.cc

Issue 10703061: chrome/browser/ui: Put browser_dialogs.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/browser/browser_about_handler.cc ('k') | chrome/browser/download/download_danger_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/collected_cookies_browsertest.cc
diff --git a/chrome/browser/collected_cookies_browsertest.cc b/chrome/browser/collected_cookies_browsertest.cc
index 217b9bf3dbfb100b337019d03a9082db3724f3ac..253df6e67ed588fbce1cc653b72b0c0642609a86 100644
--- a/chrome/browser/collected_cookies_browsertest.cc
+++ b/chrome/browser/collected_cookies_browsertest.cc
@@ -38,8 +38,8 @@ IN_PROC_BROWSER_TEST_F(CollectedCookiesTest, DoubleDisplay) {
// Click on the info link twice.
TabContents* tab_contents = chrome::GetActiveTabContents(browser());
- browser::ShowCollectedCookiesDialog(tab_contents);
- browser::ShowCollectedCookiesDialog(tab_contents);
+ chrome::ShowCollectedCookiesDialog(tab_contents);
+ chrome::ShowCollectedCookiesDialog(tab_contents);
}
// If this crashes on Windows, use http://crbug.com/79331
@@ -55,7 +55,7 @@ IN_PROC_BROWSER_TEST_F(CollectedCookiesTest, NavigateAway) {
// Click on the info link.
TabContents* tab_contents = chrome::GetActiveTabContents(browser());
- browser::ShowCollectedCookiesDialog(tab_contents);
+ chrome::ShowCollectedCookiesDialog(tab_contents);
// Navigate to another page.
ui_test_utils::NavigateToURL(
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/download/download_danger_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698