blob: 0f96823e87bff16419aaf58289ae7385e2b1be09 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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