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

Unified Diff: chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged ToT Created 8 years, 4 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
Index: chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
diff --git a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
index 113a9ca274fc9962ea62f4890562ef3428147e5b..9af09e990ecd1ed9d9f9d7133de6f33d30867d23 100644
--- a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
+++ b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
@@ -76,7 +76,7 @@ class TranslationInfoBarTest : public CocoaProfileTest {
virtual void SetUp() {
CocoaProfileTest::SetUp();
tab_contents_.reset(new TabContents(WebContents::Create(
- profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
+ profile(), NULL, MSG_ROUTING_NONE, NULL)));
CreateInfoBar();
}
« no previous file with comments | « chrome/browser/ui/cocoa/infobars/infobar_controller_unittest.mm ('k') | chrome/browser/ui/cocoa/tabpose_window_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698