[content shell] move browser process stuff into browser/ subdir
BUG=180021
[email protected]
[email protected],[email protected]
Review URL: https://chromiumcodereview.appspot.com/23316003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218441 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 49a36659..7f4af43 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -157,7 +157,8 @@
),
True,
(
- r"^content[\\\/]shell[\\\/]shell_browser_main\.cc$",
+ r"^content[\\\/]shell[\\\/]browser[\\\/]shell_browser_main\.cc$",
+ r"^content[\\\/]shell[\\\/]browser[\\\/]shell_message_filter\.cc$",
r"^net[\\\/]disk_cache[\\\/]cache_util\.cc$",
),
),