| Index: cloud_print/service/win/service_utils.h
|
| diff --git a/cloud_print/service/win/service_utils.h b/cloud_print/service/win/service_utils.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3733af87fb772b2e0c010bc18b6bdb605b8eb95f
|
| --- /dev/null
|
| +++ b/cloud_print/service/win/service_utils.h
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
|
| +#define CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
|
| +
|
| +#include "base/string16.h"
|
| +
|
| +string16 GetCurrentUserName();
|
| +
|
| +#endif // CLOUD_PRINT_SERVICE_SERVICE_UTILS_H_
|
| +
|
|
|