| Index: chrome/installer/test/resource_updater.h
|
| diff --git a/chrome/installer/test/resource_updater.h b/chrome/installer/test/resource_updater.h
|
| index 6d6bb9fb5fb02264dc29e40e3f29b0f5c3533315..90ccb66bc8a9eebb2d67f4b1e4334250a712ea25 100644
|
| --- a/chrome/installer/test/resource_updater.h
|
| +++ b/chrome/installer/test/resource_updater.h
|
| @@ -12,7 +12,7 @@
|
| #include <string>
|
| #include <utility>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -39,6 +39,7 @@ class ResourceUpdater {
|
|
|
| private:
|
| HANDLE handle_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ResourceUpdater);
|
| }; // class ResourceUpdater
|
|
|
|
|