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

Unified Diff: third_party/cld/base/commandlineflags.h

Issue 1956183002: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/cld/base/basictypes.h ('k') | third_party/cld/base/varsetter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld/base/commandlineflags.h
diff --git a/third_party/cld/base/commandlineflags.h b/third_party/cld/base/commandlineflags.h
index a492f0bf8c844263c8f420ea659480c3bb30f68d..ae57038c00a0740c76347c9ee709386ad4dd2532 100644
--- a/third_party/cld/base/commandlineflags.h
+++ b/third_party/cld/base/commandlineflags.h
@@ -30,6 +30,9 @@
#include "base/stl_decl_msvc.h"
#include "base/global_strip_options.h"
+using std::string;
+using std::vector;
+
// --------------------------------------------------------------------
// To actually define a flag in a file, use DEFINE_bool,
// DEFINE_string, etc. at the bottom of this file. You may also find
« no previous file with comments | « third_party/cld/base/basictypes.h ('k') | third_party/cld/base/varsetter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698