mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@ -6,10 +6,10 @@
|
||||
#define CEF_LIBCEF_BROWSER_NET_URL_REQUEST_USER_DATA_H_
|
||||
|
||||
#include "include/cef_base.h"
|
||||
#include "base/supports_user_data.h"
|
||||
|
||||
#include "include/cef_urlrequest.h"
|
||||
|
||||
#include "base/supports_user_data.h"
|
||||
|
||||
// Used to annotate all URLRequests for which the request can be associated
|
||||
// with the CefURLRequestClient.
|
||||
class CefURLRequestUserData : public base::SupportsUserData::Data {
|
||||
@ -20,7 +20,7 @@ class CefURLRequestUserData : public base::SupportsUserData::Data {
|
||||
CefRefPtr<CefURLRequestClient> GetClient();
|
||||
static const void* kUserDataKey;
|
||||
|
||||
private:
|
||||
private:
|
||||
CefRefPtr<CefURLRequestClient> client_;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user