Home | History | Annotate | Download | only in test
      1 // Copyright 2014 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 // Provides types for testing scoped types included in idl_basics.idl.
      6 
      7 namespace idl_other_namespace {
      8   enum SomeType {
      9     hello,
     10     world
     11   };
     12 };
     13