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

Unified Diff: content/browser/plugin_loader_posix.h

Issue 8511034: uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basictypes.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_loader_posix.h
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h
index baa15b0ca1667a0b8606a647fbb4604f7b759fbf..b99a17a1aadb385341beca4fbfaecf549009c4b4 100644
--- a/content/browser/plugin_loader_posix.h
+++ b/content/browser/plugin_loader_posix.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/time.h"
#include "content/browser/plugin_service.h"
@@ -77,8 +78,8 @@ class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client,
virtual void LoadPluginsInternal();
// Message handlers.
- void OnPluginLoaded(uint32_t index, const webkit::WebPluginInfo& plugin);
- void OnPluginLoadFailed(uint32_t index, const FilePath& plugin_path);
+ void OnPluginLoaded(uint32 index, const webkit::WebPluginInfo& plugin);
+ void OnPluginLoadFailed(uint32 index, const FilePath& plugin_path);
// Checks if the plugin path is an internal plugin, and, if it is, adds it to
// |loaded_plugins_|.
« no previous file with comments | « no previous file | content/browser/plugin_loader_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698