// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/apps/platform_apps/api/browser/browser_api.h" #include <string> #include "chrome/browser/extensions/extension_tab_util.h" #include "chrome/common/apps/platform_apps/api/browser.h" namespace chrome_apps { namespace api { BrowserOpenTabFunction::~BrowserOpenTabFunction() { … } ExtensionFunction::ResponseAction BrowserOpenTabFunction::Run() { … } } // namespace api } // namespace chrome_apps