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

Unified Diff: chrome/test/base/in_process_browser_test.h

Issue 136643006: Clean up some ifdefs around Win Aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/base/chrome_test_launcher.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.h
===================================================================
--- chrome/test/base/in_process_browser_test.h (revision 248569)
+++ chrome/test/base/in_process_browser_test.h (working copy)
@@ -21,11 +21,11 @@
} // namespace mac
#endif // defined(OS_MACOSX)
-#if defined(OS_WIN) && defined(USE_AURA)
+#if defined(OS_WIN)
namespace win {
class ScopedCOMInitializer;
}
-#endif // defined(OS_WIN) && defined(USE_AURA)
+#endif // defined(OS_WIN)
} // namespace base
class Browser;
@@ -204,7 +204,7 @@
base::mac::ScopedNSAutoreleasePool* autorelease_pool_;
#endif // OS_MACOSX
-#if defined(OS_WIN) && defined(USE_AURA)
+#if defined(OS_WIN)
scoped_ptr<base::win::ScopedCOMInitializer> com_initializer_;
#endif
};
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698