aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/crash_generation/Inspector.h
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-04-18 20:17:29 +0000
committerrsesek@chromium.org <rsesek@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-04-18 20:17:29 +0000
commit30bb1ab6015b462b5f2c4b3ce1986dec96d1f716 (patch)
treedcb02e594eeb0234448c5105f6c489777b1e3cbd /src/client/mac/crash_generation/Inspector.h
parentAdd Android ifdef to fix issue 526 (diff)
downloadbreakpad-30bb1ab6015b462b5f2c4b3ce1986dec96d1f716.tar.xz
Move SimpleStringDictionary from common/mac/ to just common/.
This also cleans up some things like the file name, trailing whitespace, and making the test use gtest instead of sentest, since there's nothing Mac specific about this. BUG=https://code.google.com/p/chromium/issues/detail?id=77656 Review URL: https://breakpad.appspot.com/561003 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1154 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/mac/crash_generation/Inspector.h')
-rw-r--r--src/client/mac/crash_generation/Inspector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mac/crash_generation/Inspector.h b/src/client/mac/crash_generation/Inspector.h
index 11a0dec6..890e2157 100644
--- a/src/client/mac/crash_generation/Inspector.h
+++ b/src/client/mac/crash_generation/Inspector.h
@@ -30,7 +30,7 @@
// Interface file between the Breakpad.framework and
// the Inspector process.
-#import "common/mac/SimpleStringDictionary.h"
+#include "common/simple_string_dictionary.h"
#import <Foundation/Foundation.h>
#include <mach/mach.h>