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

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: Fix 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 1250d27ca70dfaeff21dca608df7306fcd3c7f41..3cf1961748da2b10f2f65cd29734077fcf38f992 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.h
@@ -85,7 +85,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