commit | 07f8ef56aca4fbab3e1a975ad2a439a23007f065 | [log] [tgz] |
---|---|---|
author | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | Tue Sep 05 19:42:57 2006 +0000 |
committer | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | Tue Sep 05 19:42:57 2006 +0000 |
tree | e18ca2b1a9bdd7a5eae87b100139f5b1474cdb0c | |
parent | 70e12562b84d3b8c66e44d284c7fc90ab37f6d4d [diff] [blame] |
Change header paths and include guards to be relative to the "src" directory. r=mmentovai. http://groups.google.com/group/airbag-dev/msg/cbe061dd563e9d17 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@10 4c0a9323-5329-0410-9bdc-e9ce6186880e
diff --git a/src/processor/source_line_resolver.h b/src/processor/source_line_resolver.h index 97bfa1d..0d19389 100644 --- a/src/processor/source_line_resolver.h +++ b/src/processor/source_line_resolver.h
@@ -16,8 +16,8 @@ // It uses address map files produced by a compatible writer, e.g. // PDBSourceLineWriter. -#ifndef _SOURCE_LINE_RESOLVER_H__ -#define _SOURCE_LINE_RESOLVER_H__ +#ifndef PROCESSOR_SOURCE_LINE_RESOLVER_H__ +#define PROCESSOR_SOURCE_LINE_RESOLVER_H__ #include "config.h" #include <string> @@ -85,4 +85,4 @@ } // namespace google_airbag -#endif // _SOLURCE_LINE_RESOLVER_H__ +#endif // PROCESSOR_SOURCE_LINE_RESOLVER_H__