| Index: chrome/browser/printing/cloud_print/privet_constants.h | 
| diff --git a/chrome/browser/local_discovery/privet_constants.h b/chrome/browser/printing/cloud_print/privet_constants.h | 
| similarity index 90% | 
| rename from chrome/browser/local_discovery/privet_constants.h | 
| rename to chrome/browser/printing/cloud_print/privet_constants.h | 
| index 29c730f75d5b82c3d81328b25e9f7fb61c405433..306db9904fc07f98622a352d071d2b760fe3ccec 100644 | 
| --- a/chrome/browser/local_discovery/privet_constants.h | 
| +++ b/chrome/browser/printing/cloud_print/privet_constants.h | 
| @@ -2,10 +2,10 @@ | 
| // 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_PRIVET_CONSTANTS_H_ | 
| -#define CHROME_BROWSER_LOCAL_DISCOVERY_PRIVET_CONSTANTS_H_ | 
| +#ifndef CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ | 
| +#define CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ | 
|  | 
| -namespace local_discovery { | 
| +namespace cloud_print { | 
|  | 
| extern const char kPrivetKeyError[]; | 
| extern const char kPrivetInfoKeyToken[]; | 
| @@ -72,6 +72,6 @@ const int kPrivetMinimumTimeout = 2; | 
|  | 
| const int kAccountIndexUseOAuth2 = -1; | 
|  | 
| -}  // namespace local_discovery | 
| +}  // namespace cloud_print | 
|  | 
| -#endif  // CHROME_BROWSER_LOCAL_DISCOVERY_PRIVET_CONSTANTS_H_ | 
| +#endif  // CHROME_BROWSER_PRINTING_CLOUD_PRINT_PRIVET_CONSTANTS_H_ | 
|  |