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

Unified Diff: chrome/test/webdriver/session.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/webdriver/session.h
===================================================================
--- chrome/test/webdriver/session.h (revision 91508)
+++ chrome/test/webdriver/session.h (working copy)
@@ -20,13 +20,13 @@
#include "ui/gfx/point.h"
class CommandLine;
-class DictionaryValue;
class FilePath;
class GURL;
+
+namespace base {
+class DictionaryValue;
class ListValue;
class Value;
-
-namespace base {
class WaitableEvent;
}
@@ -35,6 +35,10 @@
class Size;
}
+using base::DictionaryValue;
+using base::ListValue;
+using base::Value;
+
namespace webdriver {
class Error;

Powered by Google App Engine
This is Rietveld 408576698