buffet: Include base/macros.h instead of base/basictypes.h

buffet no longer uses the integer types from base/basictypes.h. It
should simply include base/macros.h for the DISALLOW_COPY_AND_ASSIGN
macro instead.

BUG=None
TEST=FEATURES=test emerge-link buffet

Change-Id: Ida2c0c4f152ec3227bbb8822ed037c2df4116de1
Reviewed-on: https://chromium-review.googlesource.com/216470
Tested-by: Alex Vakulenko <avakulenko@chromium.org>
Reviewed-by: Ben Chan <benchan@chromium.org>
Commit-Queue: Alex Vakulenko <avakulenko@chromium.org>
diff --git a/buffet/commands/prop_constraints.h b/buffet/commands/prop_constraints.h
index fabf815..4054f30 100644
--- a/buffet/commands/prop_constraints.h
+++ b/buffet/commands/prop_constraints.h
@@ -9,7 +9,7 @@
 #include <type_traits>
 #include <vector>
 
-#include <base/basictypes.h>
+#include <base/macros.h>
 #include <base/values.h>
 #include <chromeos/errors/error.h>
 #include <chromeos/strings/string_utils.h>