Skip to content

Commit

Permalink
cleanup lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kleinschmidt committed May 13, 2019
1 parent d8d549f commit 1fcb5e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions atom/browser/atom_resource_dispatcher_host_delegate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "url/gurl.h"

#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include <memory>
#include <utility>
#include "atom/common/atom_constants.h"
#include "base/guid.h"
#include "base/strings/strcat.h"
Expand Down
6 changes: 4 additions & 2 deletions atom/browser/atom_resource_dispatcher_host_delegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#include "electron/buildflags/buildflags.h"

#if BUILDFLAG(ENABLE_PDF_VIEWER)
#include <map>
#include <memory>
#include "content/public/common/transferrable_url_loader.mojom.h"
#endif

Expand Down Expand Up @@ -45,8 +47,6 @@ class AtomResourceDispatcherHostDelegate
#endif

private:
DISALLOW_COPY_AND_ASSIGN(AtomResourceDispatcherHostDelegate);

#if BUILDFLAG(ENABLE_PDF_VIEWER)
struct StreamTargetInfo {
std::string extension_id;
Expand All @@ -57,6 +57,8 @@ class AtomResourceDispatcherHostDelegate
#endif
};

DISALLOW_COPY_AND_ASSIGN(AtomResourceDispatcherHostDelegate);

} // namespace atom

#endif // ATOM_BROWSER_ATOM_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
1 change: 0 additions & 1 deletion atom/common/extensions/api/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import("//extensions/buildflags/buildflags.gni")
import("//tools/json_schema_compiler/json_features.gni")
import("//tools/json_schema_compiler/json_schema_api.gni")

assert(enable_extensions)

################################################################################
Expand Down

0 comments on commit 1fcb5e1

Please sign in to comment.