| Index: chrome/common/nacl_types.cc
|
| diff --git a/chrome/common/nacl_types.cc b/chrome/common/nacl_types.cc
|
| index 0ee4295ee176fe8eeaa36013018aac80954d5cc6..4df0a7cf1f91879c38aa8dc3e7f0b9cadf9508ec 100644
|
| --- a/chrome/common/nacl_types.cc
|
| +++ b/chrome/common/nacl_types.cc
|
| @@ -1,15 +1,17 @@
|
| -// Copyright (c) 2012 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.
|
| -
|
| -#include "chrome/common/nacl_types.h"
|
| -
|
| -namespace nacl {
|
| -
|
| -NaClStartParams::NaClStartParams() : enable_exception_handling(false) {
|
| -}
|
| -
|
| -NaClStartParams::~NaClStartParams() {
|
| -}
|
| -
|
| -} // namespace nacl
|
| +// Copyright (c) 2012 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.
|
| +
|
| +#include "chrome/common/nacl_types.h"
|
| +
|
| +namespace nacl {
|
| +
|
| +NaClStartParams::NaClStartParams()
|
| + : validation_cache_enabled(false),
|
| + enable_exception_handling(false) {
|
| +}
|
| +
|
| +NaClStartParams::~NaClStartParams() {
|
| +}
|
| +
|
| +} // namespace nacl
|
|
|