blob: cff649d2448e21e312e9c77073a86347473775a7 [file] [log] [blame]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
extern "C" int ChromeMain(int argc, char* argv[]);
int main(int argc, char* argv[]) {
return ChromeMain(argc, argv);
}