Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / app / PrivilegedProcessService.java
index 49ce280..5cff15b 100644 (file)
@@ -1,13 +1,13 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
 package org.chromium.content.app;
 
-// Privleged (unsandboxed) Services inherit from this class. We enforce the
-// privileged/sandboxed distinction by type-checking objects against this parent
-// class.
-
+/**
+ * Privileged (unsandboxed) Services inherit from this class. We enforce the
+ * privileged/sandboxed distinction by type-checking objects against this parent class.
+ */
 public class PrivilegedProcessService extends ChildProcessService {
 
 }