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

Unified Diff: base/command_line.h

Issue 6759017: iwyu: Cleanup in the following files: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright again. Created 9 years, 9 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 | « base/callback_internal.h ('k') | base/command_line.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/command_line.h
diff --git a/base/command_line.h b/base/command_line.h
index 5af974264fa855a09a1eafe516b366d852ce2fd6..970e4a76f26da70363abcf8a4ae81f83228a6b06 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -15,12 +15,12 @@
#define BASE_COMMAND_LINE_H_
#pragma once
+#include <stddef.h>
#include <map>
#include <string>
#include <vector>
#include "base/base_api.h"
-#include "base/basictypes.h"
#include "build/build_config.h"
class FilePath;
« no previous file with comments | « base/callback_internal.h ('k') | base/command_line.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698