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/command_instance.h b/buffet/commands/command_instance.h
index 4b71149..f8bde2a 100644
--- a/buffet/commands/command_instance.h
+++ b/buffet/commands/command_instance.h
@@ -9,7 +9,7 @@
 #include <memory>
 #include <string>
 
-#include <base/basictypes.h>
+#include <base/macros.h>
 #include <chromeos/errors/error.h>
 
 #include "buffet/commands/prop_values.h"