| Index: chrome/browser/resources_util.h
|
| diff --git a/chrome/browser/resources_util.h b/chrome/browser/resources_util.h
|
| index 5b7acec963ea36ffc2fab7649fc1157a78aa24dd..c52add283bc243d0a23cb77d6479be9c137a40f7 100644
|
| --- a/chrome/browser/resources_util.h
|
| +++ b/chrome/browser/resources_util.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
|
|
| class ResourcesUtil {
|
| public:
|
| @@ -16,6 +16,7 @@ class ResourcesUtil {
|
|
|
| private:
|
| ResourcesUtil() {}
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ResourcesUtil);
|
| };
|
|
|
|
|