summaryrefslogtreecommitdiff
path: root/cgpt/CgptManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/CgptManager.h')
-rw-r--r--cgpt/CgptManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgpt/CgptManager.h b/cgpt/CgptManager.h
index 85fd882e..2dbca6f2 100644
--- a/cgpt/CgptManager.h
+++ b/cgpt/CgptManager.h
@@ -6,7 +6,6 @@
#define VBOOT_REFERENCE_CGPT_CGPTMANAGER_H_
#include <string>
-#include <base/basictypes.h>
#include "gpt.h"
// This file defines a simple C++ wrapper class interface for the cgpt methods.
@@ -166,7 +165,8 @@ class CgptManager {
std::string device_name_;
bool is_initialized_;
- DISALLOW_COPY_AND_ASSIGN(CgptManager);
+ CgptManager(const CgptManager &);
+ void operator=(const CgptManager &);
};
#endif // VBOOT_REFERENCE_CGPT_CGPTMANAGER_H_