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

Unified Diff: content/renderer/pepper/host_globals.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 months 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 | « content/renderer/pepper/host_dispatcher_wrapper.cc ('k') | content/renderer/pepper/host_globals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/host_globals.h
diff --git a/content/renderer/pepper/host_globals.h b/content/renderer/pepper/host_globals.h
index 9d1b289d506a75fc6585e6c17210bda76fb3e8be..f91a65c7818d106d638a1413ec78b3f958bc4b52 100644
--- a/content/renderer/pepper/host_globals.h
+++ b/content/renderer/pepper/host_globals.h
@@ -35,8 +35,8 @@ class HostGlobals : public ppapi::PpapiGlobals {
virtual ppapi::VarTracker* GetVarTracker() OVERRIDE;
virtual ppapi::CallbackTracker* GetCallbackTrackerForInstance(
PP_Instance instance) OVERRIDE;
- virtual ppapi::thunk::PPB_Instance_API* GetInstanceAPI(
- PP_Instance instance) OVERRIDE;
+ virtual ppapi::thunk::PPB_Instance_API* GetInstanceAPI(PP_Instance instance)
+ OVERRIDE;
virtual ppapi::thunk::ResourceCreationAPI* GetResourceCreationAPI(
PP_Instance instance) OVERRIDE;
virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE;
@@ -53,9 +53,7 @@ class HostGlobals : public ppapi::PpapiGlobals {
virtual ppapi::MessageLoopShared* GetCurrentMessageLoop() OVERRIDE;
virtual base::TaskRunner* GetFileTaskRunner() OVERRIDE;
- HostVarTracker* host_var_tracker() {
- return &host_var_tracker_;
- }
+ HostVarTracker* host_var_tracker() { return &host_var_tracker_; }
// PP_Modules ----------------------------------------------------------------
@@ -111,4 +109,4 @@ class HostGlobals : public ppapi::PpapiGlobals {
} // namespace content
-#endif // CONTENT_RENDERER_PEPPER_HOST_GLOBALS_H_
+#endif // CONTENT_RENDERER_PEPPER_HOST_GLOBALS_H_
« no previous file with comments | « content/renderer/pepper/host_dispatcher_wrapper.cc ('k') | content/renderer/pepper/host_globals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698