DescriptionGN: Move mock_pref_change_callback.h to the correct section.
This resolves the following 'gn check' error:
ERROR at //base/prefs/mock_pref_change_callback.cc:5:11: Include not allowed.
#include "base/prefs/mock_pref_change_callback.h"
^-------------------------------------
It is not in any dependency of //base:prefs_test_support
The include file is in the target(s):
//base:base_unittests
which should somehow be reachable from //base:prefs_test_support
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282042
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|