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

Unified Diff: chrome/browser/task_management/providers/web_contents/tab_contents_tag.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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: chrome/browser/task_management/providers/web_contents/tab_contents_tag.h
diff --git a/chrome/browser/task_management/providers/web_contents/tab_contents_tag.h b/chrome/browser/task_management/providers/web_contents/tab_contents_tag.h
index 777a62f55fcc692ecb739cd40680e4bc350698df..8af93d34a5b6f7d57a685d808792794b04f841d0 100644
--- a/chrome/browser/task_management/providers/web_contents/tab_contents_tag.h
+++ b/chrome/browser/task_management/providers/web_contents/tab_contents_tag.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_TASK_MANAGEMENT_PROVIDERS_WEB_CONTENTS_TAB_CONTENTS_TAG_H_
#define CHROME_BROWSER_TASK_MANAGEMENT_PROVIDERS_WEB_CONTENTS_TAB_CONTENTS_TAG_H_
+#include "base/macros.h"
#include "chrome/browser/task_management/providers/web_contents/tab_contents_task.h"
#include "chrome/browser/task_management/providers/web_contents/web_contents_tag.h"

Powered by Google App Engine
This is Rietveld 408576698