Index: extensions/renderer/dispatcher.h |
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h |
index 434dcde3cdbd745d0f7d387e6660f71cd9bc0cde..40194a06d2ab6a40e83b300a226098bcbfb8aa26 100644 |
--- a/extensions/renderer/dispatcher.h |
+++ b/extensions/renderer/dispatcher.h |
@@ -5,6 +5,8 @@ |
#ifndef EXTENSIONS_RENDERER_DISPATCHER_H_ |
#define EXTENSIONS_RENDERER_DISPATCHER_H_ |
+#include <stdint.h> |
+ |
#include <map> |
#include <set> |
#include <string> |
@@ -12,6 +14,7 @@ |
#include <vector> |
#include "base/gtest_prod_util.h" |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/scoped_observer.h" |
#include "base/timer/timer.h" |
@@ -172,7 +175,7 @@ class Dispatcher : public content::RenderProcessObserver, |
void OnSetSystemFont(const std::string& font_family, |
const std::string& font_size); |
void OnSetWebViewPartitionID(const std::string& partition_id); |
- void OnShouldSuspend(const std::string& extension_id, uint64 sequence_id); |
+ void OnShouldSuspend(const std::string& extension_id, uint64_t sequence_id); |
void OnSuspend(const std::string& extension_id); |
void OnTransferBlobs(const std::vector<std::string>& blob_uuids); |
void OnUnloaded(const std::string& id); |