clang-format chromium_src

This commit is contained in:
Shelley Vohr 2018-04-17 21:47:44 -04:00
parent c090dd2f81
commit 8cc81509d7
No known key found for this signature in database
GPG key ID: F13993A75599653C
38 changed files with 202 additions and 231 deletions

View file

@ -23,7 +23,7 @@ namespace ppapi {
namespace proxy {
struct SerializedFontDescription;
}
}
} // namespace ppapi
class PepperFlashFontFileHost : public ppapi::host::ResourceHost {
public:

View file

@ -16,13 +16,13 @@
namespace content {
class RendererPpapiHost;
struct MenuItem;
}
} // namespace content
namespace ppapi {
namespace proxy {
class SerializedFlashMenu;
}
}
} // namespace ppapi
class PepperFlashMenuHost : public ppapi::host::ResourceHost,
public content::ContextMenuClient {

View file

@ -22,7 +22,7 @@ namespace ppapi {
namespace proxy {
struct PPBFlash_DrawGlyphs_Params;
}
}
} // namespace ppapi
namespace content {
class RendererPpapiHost;

View file

@ -16,7 +16,7 @@ namespace ppapi {
namespace proxy {
class SerializedHandle;
}
}
} // namespace ppapi
// Implements the backend for shared memory messages from a plugin process.
class PepperSharedMemoryMessageFilter