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

Unified Diff: chrome/test/webdriver/webdriver_test_util.h

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: with fixed off-by-1 in git-clang-format 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
« no previous file with comments | « chrome/test/webdriver/keycode_text_conversion_mac.mm ('k') | chrome/test/webdriver/webdriver_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/webdriver_test_util.h
diff --git a/chrome/test/webdriver/webdriver_test_util.h b/chrome/test/webdriver/webdriver_test_util.h
index 526ea142e7e95599629fc5e52f1d1ad7693ee052..0531c589f2e6475ba7726e01ddb3b473668e2b1d 100644
--- a/chrome/test/webdriver/webdriver_test_util.h
+++ b/chrome/test/webdriver/webdriver_test_util.h
@@ -29,7 +29,7 @@ class RestoreKeyboardLayoutOnDestruct {
#if defined(OS_WIN)
HKL layout_;
#elif defined(OS_MACOSX)
- base::mac::ScopedCFTypeRef<TISInputSourceRef> layout_;
+ base::ScopedCFTypeRef<TISInputSourceRef> layout_;
#endif
DISALLOW_COPY_AND_ASSIGN(RestoreKeyboardLayoutOnDestruct);
« no previous file with comments | « chrome/test/webdriver/keycode_text_conversion_mac.mm ('k') | chrome/test/webdriver/webdriver_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698