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

Unified Diff: base/value_conversions.h

Issue 2516363005: Inline StringValue into base::Value (Closed)
Patch Set: Rebase on new FundamentalValue Diff Created 3 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
Index: base/value_conversions.h
diff --git a/base/value_conversions.h b/base/value_conversions.h
index 452c587cb84c51fb6ec223c390477d8364e77725..6ce1bff27e4d23f4ba096f348172cb542d64ac3c 100644
--- a/base/value_conversions.h
+++ b/base/value_conversions.h
@@ -14,8 +14,8 @@ namespace base {
class FilePath;
class TimeDelta;
-class StringValue;
class Value;
+using StringValue = Value;
// The caller takes ownership of the returned value.
BASE_EXPORT StringValue* CreateFilePathValue(const FilePath& in_value);

Powered by Google App Engine
This is Rietveld 408576698