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

Unified Diff: chrome/browser/ui/cocoa/web_intent_picker_cocoa.h

Issue 10048005: Convert OSX intent picker unit tests to PlatformTests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed review issues Created 8 years, 8 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/web_intent_picker_cocoa.h
diff --git a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
index eb863895a5c4043292864d1af58cf0638f8a4154..c045f9b8ffe2ab18a84eb9fa4b36b1d0a6a69cda 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
@@ -83,7 +83,7 @@ class WebIntentPickerCocoa : public WebIntentPicker,
WebIntentPickerCocoa();
// For testing access.
- friend class WebIntentPickerSheetControllerTest;
+ friend class WebIntentSheetControllerBrowserTest;
DISALLOW_COPY_AND_ASSIGN(WebIntentPickerCocoa);
};

Powered by Google App Engine
This is Rietveld 408576698