Add brightray prefix to include paths from within brightray

This commit is contained in:
Kevin Sawicki 2017-05-18 15:58:12 -07:00
parent c4608c0f37
commit d7321ed980
76 changed files with 171 additions and 172 deletions

View file

@ -1,8 +1,8 @@
#import "common/application_info.h"
#import "brightray/common/application_info.h"
#import "base/mac/foundation_util.h"
#import "base/strings/sys_string_conversions.h"
#import "common/mac/main_application_bundle.h"
#import "brightray/common/mac/main_application_bundle.h"
namespace brightray {

View file

@ -1,4 +1,4 @@
#include "common/application_info.h"
#include "brightray/common/application_info.h"
#include <memory>

View file

@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-CHROMIUM file.
#include "common/content_client.h"
#include "brightray/common/content_client.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "common/application_info.h"
#include "brightray/common/application_info.h"
#include "content/public/common/user_agent.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/base/resource/resource_bundle.h"

View file

@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-CHROMIUM file.
#import "common/mac/main_application_bundle.h"
#import "brightray/common/mac/main_application_bundle.h"
#include "base/files/file_path.h"
#include "base/mac/bundle_locations.h"

View file

@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-CHROMIUM file.
#include "common/main_delegate.h"
#include "brightray/common/main_delegate.h"
#include <memory>
#include "base/command_line.h"
#include "base/path_service.h"
#include "browser/browser_client.h"
#include "common/content_client.h"
#include "brightray/browser/browser_client.h"
#include "brightray/common/content_client.h"
#include "content/public/common/content_switches.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_switches.h"

View file

@ -12,8 +12,8 @@
#include "base/path_service.h"
#include "base/strings/stringprintf.h"
#include "base/strings/sys_string_conversions.h"
#include "common/application_info.h"
#include "common/mac/main_application_bundle.h"
#include "brightray/common/application_info.h"
#include "brightray/common/mac/main_application_bundle.h"
#include "content/public/common/content_paths.h"
#include "content/public/common/content_switches.h"
#include "ui/base/resource/resource_bundle.h"

View file

@ -2,7 +2,7 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "common/switches.h"
#include "brightray/common/switches.h"
namespace brightray {