blob: dd241af7aa120deeb071436858aea0b84d0155c9 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Make sure things in namespace WTF are also renamed.
namespace WTF {
int makingGlobalsGreatAgain = 0;
void runTheThing(int chicken) {
}
class XmlHTTPRequest {
void sendSync();
static const bool Foo = true;
int m_readyState;
};
} // namespace WTF