Skip to content

Commit ef30f72

Browse files
committed
reorder undef
1 parent 1c7ff68 commit ef30f72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

google/cloud/storage/internal/storage_stub.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// If you make any local changes, they will be lost.
1717
// source: google/storage/v2/storage.proto
1818

19-
#undef GetObject
2019

2120
#include "google/cloud/storage/internal/storage_stub.h"
2221
#include "google/cloud/grpc_error_delegate.h"
@@ -29,6 +28,8 @@
2928
#include <memory>
3029
#include <utility>
3130

31+
#undef GetObject
32+
3233
namespace google {
3334
namespace cloud {
3435
namespace storage_internal {

0 commit comments

Comments
 (0)