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

Unified Diff: components/contextual_search/renderer/contextual_search_wrapper.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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
Index: components/contextual_search/renderer/contextual_search_wrapper.h
diff --git a/components/contextual_search/renderer/contextual_search_wrapper.h b/components/contextual_search/renderer/contextual_search_wrapper.h
index 5761ae3adecc625598d017fc44c4e73c3476e77f..60a1d09ddc083467c2268b9c2df5780dcefe8201 100644
--- a/components/contextual_search/renderer/contextual_search_wrapper.h
+++ b/components/contextual_search/renderer/contextual_search_wrapper.h
@@ -5,7 +5,7 @@
#ifndef COMPONENTS_CONTEXTUAL_SEARCH_RENDERER_CONTEXTUAL_SEARCH_WRAPPER_H_
#define COMPONENTS_CONTEXTUAL_SEARCH_RENDERER_CONTEXTUAL_SEARCH_WRAPPER_H_
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "components/contextual_search/common/contextual_search_js_api_service.mojom.h"
#include "content/public/renderer/render_frame.h"
#include "content/public/renderer/render_frame_observer.h"
« no previous file with comments | « components/content_settings/core/test/content_settings_test_utils.h ('k') | components/cookie_config/cookie_store_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698