| Index: base/win/object_watcher.h
|
| ===================================================================
|
| --- base/win/object_watcher.h (revision 70358)
|
| +++ base/win/object_watcher.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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 BASE_OBJECT_WATCHER_H_
|
| -#define BASE_OBJECT_WATCHER_H_
|
| +#ifndef BASE_WIN_OBJECT_WATCHER_H_
|
| +#define BASE_WIN_OBJECT_WATCHER_H_
|
| #pragma once
|
|
|
| #include <windows.h>
|
| @@ -11,6 +11,7 @@
|
| #include "base/message_loop.h"
|
|
|
| namespace base {
|
| +namespace win {
|
|
|
| // A class that provides a means to asynchronously wait for a Windows object to
|
| // become signaled. It is an abstraction around RegisterWaitForSingleObject
|
| @@ -87,6 +88,7 @@
|
| DISALLOW_COPY_AND_ASSIGN(ObjectWatcher);
|
| };
|
|
|
| +} // namespace win
|
| } // namespace base
|
|
|
| #endif // BASE_OBJECT_WATCHER_H_
|
|
|