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

Unified Diff: content/shell/app/shell_content_main.h

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « content/shell/android/shell_jni_registrar.cc ('k') | content/shell/app/shell_content_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/app/shell_content_main.h
diff --git a/content/shell/app/shell_content_main.h b/content/shell/app/shell_content_main.h
index c86ba50601207fe25fadeb80e3bd5b0912506238..4a200aa1021fa8544dd0bd5c39c6797bba993b4d 100644
--- a/content/shell/app/shell_content_main.h
+++ b/content/shell/app/shell_content_main.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_SHELL_APP_SHELL_CONTENT_MAIN_H_
#define CONTENT_SHELL_APP_SHELL_CONTENT_MAIN_H_
-#include "base/basictypes.h"
+#include "build/build_config.h"
#if defined(OS_MACOSX)
extern "C" {
« no previous file with comments | « content/shell/android/shell_jni_registrar.cc ('k') | content/shell/app/shell_content_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698