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

Unified Diff: src/inspector/DEPS

Issue 2336023002: [inspector] replaced std::snprintf with base::OS::SNPrintf (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | src/inspector/String16.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/DEPS
diff --git a/src/inspector/DEPS b/src/inspector/DEPS
index f63b2e97f920cec5a63fc5e3c02e6ea642938935..6e2d876b2c57b99672d374c860f48cf0b444ae83 100644
--- a/src/inspector/DEPS
+++ b/src/inspector/DEPS
@@ -2,5 +2,6 @@ include_rules = [
"-src",
"+src/inspector",
"+src/base/macros.h",
- "+src/base/logging.h"
+ "+src/base/logging.h",
+ "+src/base/platform/platform.h"
]
« no previous file with comments | « no previous file | src/inspector/String16.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698