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

Unified Diff: content/browser/renderer_host/text_input_client_mac_unittest.mm

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 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
Index: content/browser/renderer_host/text_input_client_mac_unittest.mm
diff --git a/content/browser/renderer_host/text_input_client_mac_unittest.mm b/content/browser/renderer_host/text_input_client_mac_unittest.mm
index 115805528f1b540885e579a80d57953e12c82739..efb17b231811a4eaeacfa9a0a8163bc7d0f4f8bd 100644
--- a/content/browser/renderer_host/text_input_client_mac_unittest.mm
+++ b/content/browser/renderer_host/text_input_client_mac_unittest.mm
@@ -203,7 +203,7 @@ TEST_F(TextInputClientMacTest, GetSubstring) {
NSDictionary* attributes =
[NSDictionary dictionaryWithObject:[NSColor purpleColor]
forKey:NSForegroundColorAttributeName];
- scoped_nsobject<NSAttributedString> kSuccessValue(
+ base::scoped_nsobject<NSAttributedString> kSuccessValue(
[[NSAttributedString alloc] initWithString:@"Barney is a purple dinosaur"
attributes:attributes]);

Powered by Google App Engine
This is Rietveld 408576698