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

Unified Diff: third_party/WebKit/Source/wtf/DEPS

Issue 1897863006: Replace WTF::Optional the base::Optional implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wtfoptional: withtext Created 4 years, 8 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: third_party/WebKit/Source/wtf/DEPS
diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/wtf/DEPS
index abbfb758e22d37b4a5907bf114c9375fdf076cf6..7062812564bfe51dcbc6a1c0a9ec930eb69b9f67 100644
--- a/third_party/WebKit/Source/wtf/DEPS
+++ b/third_party/WebKit/Source/wtf/DEPS
@@ -4,6 +4,7 @@ include_rules = [
"+base/debug",
"+base/logging.h",
"+base/numerics",
+ "+base/optional.h",
"+base/rand_util.h",
"+base/strings",
"+base/time/time.h",

Powered by Google App Engine
This is Rietveld 408576698