| Index: chrome/browser/printing/cloud_print/gcd_api_flow_impl.h
|
| diff --git a/chrome/browser/printing/cloud_print/gcd_api_flow_impl.h b/chrome/browser/printing/cloud_print/gcd_api_flow_impl.h
|
| index 34d55ada5da2d4c9a453f2cbb29a1753a1ed7913..a65d4605fbc19436ca86e3d836ad0bbc12272eaa 100644
|
| --- a/chrome/browser/printing/cloud_print/gcd_api_flow_impl.h
|
| +++ b/chrome/browser/printing/cloud_print/gcd_api_flow_impl.h
|
| @@ -14,10 +14,6 @@
|
|
|
| namespace cloud_print {
|
|
|
| -namespace {
|
| -const char kCloudPrintOAuthHeaderFormat[] = "Authorization: Bearer %s";
|
| -}
|
| -
|
| class GCDApiFlowImpl : public GCDApiFlow,
|
| public net::URLFetcherDelegate,
|
| public OAuth2TokenService::Consumer {
|
| @@ -26,9 +22,9 @@ class GCDApiFlowImpl : public GCDApiFlow,
|
| GCDApiFlowImpl(net::URLRequestContextGetter* request_context,
|
| OAuth2TokenService* token_service,
|
| const std::string& account_id);
|
| -
|
| ~GCDApiFlowImpl() override;
|
|
|
| + // GCDApiFlow implementation:
|
| void Start(std::unique_ptr<Request> request) override;
|
|
|
| // net::URLFetcherDelegate implementation:
|
|
|