Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly add headers for external types and values
  • Loading branch information
rojkov committed Aug 6, 2014
1 parent 22ff97a commit 8fef9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions embedding/embedlite/tests/gtest/TestEmbedLiteViewInit.cpp
Expand Up @@ -9,6 +9,7 @@
#include "nsStringGlue.h"
#include "nsIServiceManager.h"
#include "nsIFile.h"
#include "nsDirectoryServiceDefs.h" // for NS_GRE_DIR

TEST(EmbedLiteViewInitTest, EmbedLiteAppCreateView)
{
Expand Down
1 change: 1 addition & 0 deletions embedding/embedlite/utils/WebBrowserChrome.cpp
Expand Up @@ -29,6 +29,7 @@
#include "nsIURIFixup.h"
#include "nsIEmbedBrowserChromeListener.h"
#include "nsIBaseWindow.h"
#include "ScriptSettings.h" // for AutoNoJSAPI

#define MOZ_AFTER_PAINT_LITERAL "MozAfterPaint"
#define MOZ_scroll "scroll"
Expand Down

0 comments on commit 8fef9d3

Please sign in to comment.