diff options
author | tfarina <tfarina@chromium.org> | 2015-09-17 00:09:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-17 07:10:41 +0000 |
commit | 2176f4bebb4024247d6713f784963452d7676015 (patch) | |
tree | 619f3353634aac7f248dfc7fcb0c0bc15a3bc156 /chrome/nacl | |
parent | bbea627295f45d7b9cb0167d251abb687d436e68 (diff) | |
download | chromium_src-2176f4bebb4024247d6713f784963452d7676015.zip chromium_src-2176f4bebb4024247d6713f784963452d7676015.tar.gz chromium_src-2176f4bebb4024247d6713f784963452d7676015.tar.bz2 |
chrome: Move more Chrome classes out of "chrome" namespace.
As chrome wasn't designed to be built on top, was decided that is better
not to have types in chrome namespace.
See the discussion about this that has happened in
https://groups.google.com/a/chromium.org/d/topic/chromium-dev/pcgYLSJsii8/discussion.
BUG=289619
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1347703004
Cr-Commit-Position: refs/heads/master@{#349361}
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/nacl_exe_win_64.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc index c7008fc..d8fd8ad 100644 --- a/chrome/nacl/nacl_exe_win_64.cc +++ b/chrome/nacl/nacl_exe_win_64.cc @@ -12,8 +12,8 @@ namespace { -base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky - g_chrome_crash_client = LAZY_INSTANCE_INITIALIZER; +base::LazyInstance<ChromeCrashReporterClient>::Leaky g_chrome_crash_client = + LAZY_INSTANCE_INITIALIZER; } // namespace |