Mac: Fix compile errors.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1141 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-03-13 18:14:36 +00:00
parent af4245af33
commit 2364bf8227
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#include "base/threading/thread.h"
static void OnRegisterCustomSchemes(
CefRefPtr<CefSchemeRegistrar> registrar) OVERRIDE {
CefRefPtr<CefSchemeRegistrar> registrar) {
// Bring in the scheme handler tests.
extern void RegisterSchemeHandlerCustomSchemes(
CefRefPtr<CefSchemeRegistrar> registrar);

View File

@@ -13,7 +13,7 @@
#if defined(OS_MACOSX)
#include "base/debug/stack_trace.h"
#include "base/file_path.h"
#include "base/files/file_path.h"
#include "base/i18n/icu_util.h"
#include "base/path_service.h"
#include "base/process_util.h"