summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2016-01-25 12:24:36 -0500
committerNico Weber <thakis@chromium.org>2016-01-25 17:26:43 +0000
commitd0c64467c5ba00d4cff72d75f067e6229b92e370 (patch)
tree99cd46ad3ee76e17119bc125eb0906045b884d9c /device
parent5b0b1037f50f826a2821457aaf0aef16d63fb74e (diff)
downloadchromium_src-d0c64467c5ba00d4cff72d75f067e6229b92e370.zip
chromium_src-d0c64467c5ba00d4cff72d75f067e6229b92e370.tar.gz
chromium_src-d0c64467c5ba00d4cff72d75f067e6229b92e370.tar.bz2
Don't end closing namespace comments with ;
No behavior change. BUG=none R=jochen@chromium.org TBR=ash, device, remoting owners Review URL: https://codereview.chromium.org/1626403002 . Cr-Commit-Position: refs/heads/master@{#371255}
Diffstat (limited to 'device')
-rw-r--r--device/nfc/nfc_ndef_record_utils_chromeos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/nfc/nfc_ndef_record_utils_chromeos.h b/device/nfc/nfc_ndef_record_utils_chromeos.h
index 2d96b97a..77bc2cd 100644
--- a/device/nfc/nfc_ndef_record_utils_chromeos.h
+++ b/device/nfc/nfc_ndef_record_utils_chromeos.h
@@ -10,7 +10,7 @@
namespace device {
class NfcNdefRecord;
-} // namespace device;
+} // namespace device
namespace chromeos {
namespace nfc_ndef_record_utils {