Commit 47449f39 by alokp@chromium.org

Fixed compile error for preprocessor tests.

Review URL: https://codereview.appspot.com/7388051 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1983 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 0bfd5525
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
'gmock', 'gmock',
], ],
'include_dirs': [ 'include_dirs': [
'../src/compiler/preprocessor/new', '../src/compiler/preprocessor',
'../third_party/googletest/include', '../third_party/googletest/include',
'../third_party/googlemock/include', '../third_party/googlemock/include',
], ],
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#define PREPROCESSOR_TESTS_MOCK_DIAGNOSTICS_H_ #define PREPROCESSOR_TESTS_MOCK_DIAGNOSTICS_H_
#include "gmock/gmock.h" #include "gmock/gmock.h"
#include "Diagnostics.h" #include "DiagnosticsBase.h"
class MockDiagnostics : public pp::Diagnostics class MockDiagnostics : public pp::Diagnostics
{ {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#define PREPROCESSOR_TESTS_MOCK_DIRECTIVE_HANDLER_H_ #define PREPROCESSOR_TESTS_MOCK_DIRECTIVE_HANDLER_H_
#include "gmock/gmock.h" #include "gmock/gmock.h"
#include "DirectiveHandler.h" #include "DirectiveHandlerBase.h"
class MockDirectiveHandler : public pp::DirectiveHandler class MockDirectiveHandler : public pp::DirectiveHandler
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment