| Index: chrome/browser/win/private_working_set_snapshot.h
|
| diff --git a/chrome/browser/private_working_set_snapshot.h b/chrome/browser/win/private_working_set_snapshot.h
|
| similarity index 95%
|
| rename from chrome/browser/private_working_set_snapshot.h
|
| rename to chrome/browser/win/private_working_set_snapshot.h
|
| index d4286b14c0a5ee09905de0990673ccf7b3d5780e..90c74e79454eb04a2f144b5035cc304b5a94b5a2 100644
|
| --- a/chrome/browser/private_working_set_snapshot.h
|
| +++ b/chrome/browser/win/private_working_set_snapshot.h
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
| -#define CHROME_BROWSER_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
| +#ifndef CHROME_BROWSER_WIN_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
| +#define CHROME_BROWSER_WIN_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| -#if defined(OS_WIN)
|
| #include <pdh.h>
|
| #include <stddef.h>
|
|
|
| @@ -117,6 +116,4 @@ class PrivateWorkingSetSnapshot {
|
| DISALLOW_COPY_AND_ASSIGN(PrivateWorkingSetSnapshot);
|
| };
|
|
|
| -#endif // defined(OS_WIN)
|
| -
|
| -#endif // CHROME_BROWSER_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
| +#endif // CHROME_BROWSER_WIN_PRIVATE_WORKING_SET_SNAPSHOT_H_
|
|
|