diff options
Diffstat (limited to 'chrome/test/chromedriver/test_util.h')
-rw-r--r-- | chrome/test/chromedriver/test_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/test_util.h b/chrome/test/chromedriver/test_util.h index 6ef821e..e198842 100644 --- a/chrome/test/chromedriver/test_util.h +++ b/chrome/test/chromedriver/test_util.h @@ -27,7 +27,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); |