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

Unified Diff: extensions/browser/api/api_resource.h

Issue 1549643002: Switch to standard integer types in extensions/browser/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean
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
Index: extensions/browser/api/api_resource.h
diff --git a/extensions/browser/api/api_resource.h b/extensions/browser/api/api_resource.h
index c696d46f46e9b7ad5daf72db7170bc4b59b31647..f068103415e76635a3430ffb69014f2c00813f73 100644
--- a/extensions/browser/api/api_resource.h
+++ b/extensions/browser/api/api_resource.h
@@ -5,7 +5,7 @@
#ifndef EXTENSIONS_BROWSER_API_API_RESOURCE_H_
#define EXTENSIONS_BROWSER_API_API_RESOURCE_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "content/public/browser/browser_thread.h"
#include "extensions/common/extension.h"

Powered by Google App Engine
This is Rietveld 408576698