summaryrefslogtreecommitdiffstats
path: root/src/core/common/user_script_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common/user_script_data.h')
-rw-r--r--src/core/common/user_script_data.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/common/user_script_data.h b/src/core/common/user_script_data.h
index b8b6025f0..943d61798 100644
--- a/src/core/common/user_script_data.h
+++ b/src/core/common/user_script_data.h
@@ -42,7 +42,6 @@
#include <QtCore/QHash>
#include <string>
-#include "base/basictypes.h"
#include "ipc/ipc_message_utils.h"
#include "url/gurl.h"
@@ -57,10 +56,10 @@ struct UserScriptData {
std::string source;
GURL url;
- /*InjectionPoint*/uint8 injectionPoint;
+ /*InjectionPoint*/uint8_t injectionPoint;
bool injectForSubframes;
uint worldId;
- uint64 scriptId;
+ uint64_t scriptId;
};
QT_BEGIN_NAMESPACE