Resolve ambiguous base::File reference

When libchrome includes libbase headers, the compiler looks for
base::File in ::android::base rather than ::base, because we're
inside the android namespace.

Bug:  28117776
Change-Id: I3b423845bfe5bacd1519a8973acf5243e665c315
Test: Compiles in that situation.
1 file changed