Fix build: lint error in elf_builder.h

Change-Id: I862bfe6c9a9f6ec3c16af2a720ce2ca75492e574
diff --git a/compiler/elf_builder.h b/compiler/elf_builder.h
index 78d1693..895dfcc 100644
--- a/compiler/elf_builder.h
+++ b/compiler/elf_builder.h
@@ -199,9 +199,9 @@
     Elf_Word phdr_flags_;
     Elf_Word phdr_type_;
 
-    DISALLOW_COPY_AND_ASSIGN(Section);
-
     friend class ElfBuilder;
+
+    DISALLOW_COPY_AND_ASSIGN(Section);
   };
 
   // Writer of .dynstr .strtab and .shstrtab sections.