| Index: chrome/browser/printing/cloud_print/cloud_print_printer_list.h
|
| diff --git a/chrome/browser/local_discovery/cloud_print_printer_list.h b/chrome/browser/printing/cloud_print/cloud_print_printer_list.h
|
| similarity index 67%
|
| rename from chrome/browser/local_discovery/cloud_print_printer_list.h
|
| rename to chrome/browser/printing/cloud_print/cloud_print_printer_list.h
|
| index d0fbc9a317d60e7220f2a8c0a104a08cf64b00c4..abfadf5eb7aed795ea5d14cb53ebb79fd17683a0 100644
|
| --- a/chrome/browser/local_discovery/cloud_print_printer_list.h
|
| +++ b/chrome/browser/printing/cloud_print/cloud_print_printer_list.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_PRINTER_LIST_H_
|
| -#define CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_PRINTER_LIST_H_
|
| +#ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PRINTER_LIST_H_
|
| +#define CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PRINTER_LIST_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/values.h"
|
| -#include "chrome/browser/local_discovery/gcd_api_flow.h"
|
| +#include "chrome/browser/printing/cloud_print/gcd_api_flow.h"
|
|
|
| -namespace local_discovery {
|
| +namespace cloud_print {
|
|
|
| class CloudPrintPrinterList : public CloudPrintApiFlowRequest {
|
| public:
|
| @@ -37,9 +37,9 @@ class CloudPrintPrinterList : public CloudPrintApiFlowRequest {
|
| explicit CloudPrintPrinterList(Delegate* delegate);
|
| ~CloudPrintPrinterList() override;
|
|
|
| - void OnGCDAPIFlowError(GCDApiFlow::Status status) override;
|
| + void OnGCDApiFlowError(GCDApiFlow::Status status) override;
|
|
|
| - void OnGCDAPIFlowComplete(const base::DictionaryValue& value) override;
|
| + void OnGCDApiFlowComplete(const base::DictionaryValue& value) override;
|
|
|
| GURL GetURL() override;
|
|
|
| @@ -50,6 +50,6 @@ class CloudPrintPrinterList : public CloudPrintApiFlowRequest {
|
| Delegate* delegate_;
|
| };
|
|
|
| -} // namespace local_discovery
|
| +} // namespace cloud_print
|
|
|
| -#endif // CHROME_BROWSER_LOCAL_DISCOVERY_CLOUD_PRINT_PRINTER_LIST_H_
|
| +#endif // CHROME_BROWSER_PRINTING_CLOUD_PRINT_CLOUD_PRINT_PRINTER_LIST_H_
|
|
|