| Index: tools/gn/visibility.h
|
| diff --git a/tools/gn/visibility.h b/tools/gn/visibility.h
|
| index 4228f9dae77db223253568c4a2ba1265518a1d4f..d6d7f1ffe01a2796b0d1df8b99c1ccc617721047 100644
|
| --- a/tools/gn/visibility.h
|
| +++ b/tools/gn/visibility.h
|
| @@ -5,16 +5,11 @@
|
| #ifndef TOOLS_GN_VISIBILITY_H_
|
| #define TOOLS_GN_VISIBILITY_H_
|
|
|
| -#include <memory>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "tools/gn/label_pattern.h"
|
| #include "tools/gn/source_dir.h"
|
| -
|
| -namespace base {
|
| -class Value;
|
| -}
|
|
|
| class Err;
|
| class Item;
|
| @@ -48,9 +43,6 @@
|
| // result will end in a newline.
|
| std::string Describe(int indent, bool include_brackets) const;
|
|
|
| - // Returns value representation of this visibility
|
| - std::unique_ptr<base::Value> AsValue() const;
|
| -
|
| // Helper function to check visibility between the given two items. If
|
| // to is invisible to from, returns false and sets the error.
|
| static bool CheckItemVisibility(const Item* from, const Item* to, Err* err);
|
|
|