| Index: chrome/child/v8_breakpad_support_win.h
|
| diff --git a/chrome/common/v8_breakpad_support_win.h b/chrome/child/v8_breakpad_support_win.h
|
| similarity index 65%
|
| rename from chrome/common/v8_breakpad_support_win.h
|
| rename to chrome/child/v8_breakpad_support_win.h
|
| index fcc3254380a8f4c742acefebe34884f0a14b4d71..5157980451aad32f0f5d59b56e90417c14d588d8 100644
|
| --- a/chrome/common/v8_breakpad_support_win.h
|
| +++ b/chrome/child/v8_breakpad_support_win.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_V8_BREAKPAD_SUPPORT_WIN_H_
|
| -#define CHROME_COMMON_V8_BREAKPAD_SUPPORT_WIN_H_
|
| +#ifndef CHROME_CHILD_V8_BREAKPAD_SUPPORT_WIN_H_
|
| +#define CHROME_CHILD_V8_BREAKPAD_SUPPORT_WIN_H_
|
|
|
| namespace v8_breakpad_support {
|
|
|
| @@ -12,4 +12,4 @@ void SetUp();
|
|
|
| } // namespace v8_breakpad_support
|
|
|
| -#endif // CHROME_COMMON_V8_BREAKPAD_SUPPORT_WIN_H_
|
| +#endif // CHROME_CHILD_V8_BREAKPAD_SUPPORT_WIN_H_
|
|
|