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

Unified Diff: chrome/test/ui_test_utils.h

Issue 7259019: Move base/values.h into the base namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/test/ui_test_utils.h
===================================================================
--- chrome/test/ui_test_utils.h (revision 91508)
+++ chrome/test/ui_test_utils.h (working copy)
@@ -45,12 +45,17 @@
class SkBitmap;
class TabContents;
class TabContentsWrapper;
+
+namespace base {
class Value;
+}
namespace gfx {
class Size;
}
+using base::Value;
+
// A collections of functions designed for use with InProcessBrowserTest.
namespace ui_test_utils {

Powered by Google App Engine
This is Rietveld 408576698