| Index: cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.h b/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| index 5b3c1b9f7c323713fcbba380c8dbd3b0d4a298a2..e9e83f0bcae146ad2d50de58ab541be119d484d8 100644
|
| --- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| +++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -79,8 +79,8 @@ BOOL WINAPI MonitorUiConfigureOrDeletePortUI(const wchar_t*,
|
| const wchar_t* port_name);
|
|
|
| extern const wchar_t kChromeExePath[];
|
| -extern const wchar_t kChromePathRegKey[];
|
| extern const wchar_t kChromePathRegValue[];
|
| +extern const bool kIsUnittest;
|
|
|
| } // namespace cloud_print
|
|
|
|
|